Class GoogleCloudAdvisorynotificationsV1Settings
Settings for Advisory Notifications.
Implements
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1.Data
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class GoogleCloudAdvisorynotificationsV1Settings : IDirectResponseSchema
Properties
ETag
Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NotificationSettings
Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
Declaration
[JsonProperty("notificationSettings")]
public virtual IDictionary<string, GoogleCloudAdvisorynotificationsV1NotificationSettings> NotificationSettings { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudAdvisorynotificationsV1NotificationSettings> |