public sealed class ListMuteConfigsResponse : IPageResponse<MuteConfig>, IEnumerable<MuteConfig>, IEnumerable, IMessage<ListMuteConfigsResponse>, IEquatable<ListMuteConfigsResponse>, IDeepCloneable<ListMuteConfigsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class ListMuteConfigsResponse.
Response message for listing mute configs.
Implements
IPageResponseMuteConfig, IEnumerableMuteConfig, IEnumerable, IMessageListMuteConfigsResponse, IEquatableListMuteConfigsResponse, IDeepCloneableListMuteConfigsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
ListMuteConfigsResponse()
public ListMuteConfigsResponse()
ListMuteConfigsResponse(ListMuteConfigsResponse)
public ListMuteConfigsResponse(ListMuteConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListMuteConfigsResponse |
Properties
MuteConfigs
public RepeatedField<MuteConfig> MuteConfigs { get; }
The mute configs from the specified parent.
Property Value | |
---|---|
Type | Description |
RepeatedFieldMuteConfig |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<MuteConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorMuteConfig |