public sealed class ListMuteConfigsResponse : IPageResponse<MuteConfig>, IEnumerable<MuteConfig>, IEnumerable, IMessage<ListMuteConfigsResponse>, IEquatable<ListMuteConfigsResponse>, IDeepCloneable<ListMuteConfigsResponse>, IBufferMessage, IMessageResponse message for listing mute configs.
Implements
IPageResponse<MuteConfig>, IEnumerable<MuteConfig>, IEnumerable, IMessage<ListMuteConfigsResponse>, IEquatable<ListMuteConfigsResponse>, IDeepCloneable<ListMuteConfigsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |
RepeatedField<MuteConfig> |
|
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 |
IEnumerator<MuteConfig> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|