public sealed class ListNotificationConfigsResponse : IPageResponse<NotificationConfig>, IEnumerable<NotificationConfig>, IEnumerable, IMessage<ListNotificationConfigsResponse>, IEquatable<ListNotificationConfigsResponse>, IDeepCloneable<ListNotificationConfigsResponse>, IBufferMessage, IMessage
Response message for listing notification configs.
Implements
Google.Api.Gax.Grpc.IPageResponse<NotificationConfig>, IEnumerable<NotificationConfig>, IEnumerable, Google.Protobuf.IMessage<ListNotificationConfigsResponse>, IEquatable<ListNotificationConfigsResponse>, Google.Protobuf.IDeepCloneable<ListNotificationConfigsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
Google.Protobuf.Collections.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 |