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 v1p1beta1 API class ListNotificationConfigsResponse.
Response message for listing notification configs.
Implements
IPageResponseNotificationConfig, IEnumerableNotificationConfig, IEnumerable, IMessageListNotificationConfigsResponse, IEquatableListNotificationConfigsResponse, IDeepCloneableListNotificationConfigsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1P1Beta1Assembly
Google.Cloud.SecurityCenter.V1P1Beta1.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 |
RepeatedFieldNotificationConfig |
Methods
GetEnumerator()
public IEnumerator<NotificationConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorNotificationConfig |