[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-24 UTC."],[],[],null,["FirebaseAdmin.Messaging.BatchResponse\n\nResponse from an operation that sends FCM messages to multiple recipients.\n\nSummary\n\nSee [FirebaseMessaging.SendMulticastAsync(MulticastMessage)](/docs/reference/admin/dotnet/class/firebase-admin/messaging/firebase-messaging#class_firebase_admin_1_1_messaging_1_1_firebase_messaging_1ac19b28383fa9217cf44189aaac852613).\n\nProperties \n\nResponses \n\n```text\nIReadOnlyList\u003c SendResponse \u003e Responses\n``` \nGets information about all responses for the batch. \n\nSuccessCount \n\n```text\nint SuccessCount\n``` \nGets a count of how many of the responses in [Responses](/docs/reference/admin/dotnet/class/firebase-admin/messaging/batch-response#class_firebase_admin_1_1_messaging_1_1_batch_response_1a4818148e343cbd8a3c8b6bed23cba558) were successful.\n\nPublic attributes \n\nFailureCount \n\n```text\nint FailureCount =\u003e this.Responses.Count - this.SuccessCount\n``` \nGets a count of how many of the responses in [Responses](/docs/reference/admin/dotnet/class/firebase-admin/messaging/batch-response#class_firebase_admin_1_1_messaging_1_1_batch_response_1a4818148e343cbd8a3c8b6bed23cba558) were unsuccessful."]]