Class ListNotificationConfigsResponse
Inheritance
ListNotificationConfigsResponse
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ListNotificationConfigsResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
NotificationConfigs
Declaration
[JsonProperty("notificationConfigs")]
public virtual IList<NotificationConfig> NotificationConfigs { get; set; }
Property Value
Implements