Show / Hide Table of Contents

Class GoogleCloudAdvisorynotificationsV1Settings

Settings for Advisory Notifications.

Inheritance
object
GoogleCloudAdvisorynotificationsV1Settings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX