Security Command Center v2 API - Class ListMuteConfigsResponse (1.0.0-beta01)

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.

Inheritance

object > ListMuteConfigsResponse

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

ListMuteConfigsResponse()

public ListMuteConfigsResponse()

ListMuteConfigsResponse(ListMuteConfigsResponse)

public ListMuteConfigsResponse(ListMuteConfigsResponse other)
Parameter
NameDescription
otherListMuteConfigsResponse

Properties

MuteConfigs

public RepeatedField<MuteConfig> MuteConfigs { get; }

The mute configs from the specified parent.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<MuteConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorMuteConfig