Class ListNotificationConfigsResponse
Response message for listing notification configs.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ListNotificationConfigsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
NotificationConfigs
Notification configs belonging to the requested parent.
Declaration
[JsonProperty("notificationConfigs")]
public virtual IList<NotificationConfig> NotificationConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<NotificationConfig> |