[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListMuteConfigsResponse\u003c/code\u003e class is part of the Security Command Center v2 API and is used to represent the response for listing mute configurations.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIPageResponse<MuteConfig>\u003c/code\u003e, \u003ccode\u003eIEnumerable<MuteConfig>\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, showing its role in data retrieval, iteration, and message handling.\u003c/p\u003e\n"],["\u003cp\u003eIt provides access to a collection of \u003ccode\u003eMuteConfig\u003c/code\u003e objects via the \u003ccode\u003eMuteConfigs\u003c/code\u003e property, which is a \u003ccode\u003eRepeatedField<MuteConfig>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property allows for pagination, enabling retrieval of large lists of mute configurations in chunks.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method allows iteration through the list of \u003ccode\u003eMuteConfig\u003c/code\u003e objects contained within the response, and it also provides constructors for creating new instances of the class.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ListMuteConfigsResponse (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListMuteConfigsResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ListMuteConfigsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ListMuteConfigsResponse) \n\n public sealed class ListMuteConfigsResponse : IPageResponse\u003cMuteConfig\u003e, IEnumerable\u003cMuteConfig\u003e, IEnumerable, IMessage\u003cListMuteConfigsResponse\u003e, IEquatable\u003cListMuteConfigsResponse\u003e, IDeepCloneable\u003cListMuteConfigsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ListMuteConfigsResponse.\n\nResponse message for listing mute configs. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListMuteConfigsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[MuteConfig](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.MuteConfig), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[MuteConfig](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.MuteConfig), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListMuteConfigsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListMuteConfigsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListMuteConfigsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListMuteConfigsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListMuteConfigsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListMuteConfigsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### ListMuteConfigsResponse()\n\n public ListMuteConfigsResponse()\n\n### ListMuteConfigsResponse(ListMuteConfigsResponse)\n\n public ListMuteConfigsResponse(ListMuteConfigsResponse other)\n\nProperties\n----------\n\n### MuteConfigs\n\n public RepeatedField\u003cMuteConfig\u003e MuteConfigs { get; }\n\nThe mute configs from the specified parent.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token, which can be sent as `page_token` to retrieve the next page.\nIf this field is omitted, there are no subsequent pages.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cMuteConfig\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]