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.
Implements
IPageResponse<NotificationConfig>, IEnumerable<NotificationConfig>, IEnumerable, IMessage<ListNotificationConfigsResponse>, IEquatable<ListNotificationConfigsResponse>, IDeepCloneable<ListNotificationConfigsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListNotificationConfigsResponse()
public ListNotificationConfigsResponse()
ListNotificationConfigsResponse(ListNotificationConfigsResponse)
public ListNotificationConfigsResponse(ListNotificationConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListNotificationConfigsResponse |
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 | |
---|---|
Type | Description |
String |
NotificationConfigs
public RepeatedField<NotificationConfig> NotificationConfigs { get; }
Notification configs belonging to the requested parent.
Property Value | |
---|---|
Type | Description |
RepeatedField<NotificationConfig> |
Methods
GetEnumerator()
public IEnumerator<NotificationConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<NotificationConfig> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |