Google Cloud Security Command Center v1 API - Class ListNotificationConfigsResponse (3.20.0)

public sealed class ListNotificationConfigsResponse : IPageResponse<NotificationConfig>, IEnumerable<NotificationConfig>, IEnumerable, IMessage<ListNotificationConfigsResponse>, IEquatable<ListNotificationConfigsResponse>, IDeepCloneable<ListNotificationConfigsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListNotificationConfigsResponse.

Response message for listing notification configs.

Inheritance

object > ListNotificationConfigsResponse

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListNotificationConfigsResponse()

public ListNotificationConfigsResponse()

ListNotificationConfigsResponse(ListNotificationConfigsResponse)

public ListNotificationConfigsResponse(ListNotificationConfigsResponse other)
Parameter
NameDescription
otherListNotificationConfigsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results.

Property Value
TypeDescription
string

NotificationConfigs

public RepeatedField<NotificationConfig> NotificationConfigs { get; }

Notification configs belonging to the requested parent.

Property Value
TypeDescription
RepeatedFieldNotificationConfig

Methods

GetEnumerator()

public IEnumerator<NotificationConfig> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorNotificationConfig