[[["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.TopicManagementResponse Class Reference\n\nFirebaseAdmin.Messaging.TopicManagementResponse\n===============================================\n\nThe response produced by FCM topic management operations.\n\nSummary\n-------\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Errors](#class_firebase_admin_1_1_messaging_1_1_topic_management_response_1ae9730fe440566caf40f03b6864a53e47) | `IReadOnlyList\u003c `[ErrorInfo](/docs/reference/admin/dotnet/class/firebase-admin/messaging/error-info#class_firebase_admin_1_1_messaging_1_1_error_info)` \u003e` Gets a list of errors encountered while executing the topic management operation. |\n| [SuccessCount](#class_firebase_admin_1_1_messaging_1_1_topic_management_response_1aa4a4e030323de63e991f1fee52872023) | `int` Gets the number of registration tokens that were successfully subscribed or unsubscribed. |\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| [FailureCount](#class_firebase_admin_1_1_messaging_1_1_topic_management_response_1a6ff8ccf69e02a867f1e6444a755891e8)` =\u003e this.Errors.Count` | `int` Gets the number of registration tokens that could not be subscribed or unsubscribed, and resulted in an error. |\n\nProperties\n----------\n\n### Errors\n\n```text\nIReadOnlyList\u003c ErrorInfo \u003e Errors\n``` \nGets a list of errors encountered while executing the topic management operation.\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|------------------|\n| **Returns** | A non-null list. |\n\n### SuccessCount\n\n```text\nint SuccessCount\n``` \nGets the number of registration tokens that were successfully subscribed or unsubscribed.\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|--------------------------------------------------------------------------------------|\n| **Returns** | The number of registration tokens that were successfully subscribed or unsubscribed. |\n\nPublic attributes\n-----------------\n\n### FailureCount\n\n```text\nint FailureCount =\u003e this.Errors.Count\n``` \nGets the number of registration tokens that could not be subscribed or unsubscribed, and resulted in an error.\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|-------------------------|\n| **Returns** | The number of failures. |"]]