Advisory Notifications v1 API - Class NotificationSettings (1.2.0)

public sealed class NotificationSettings : IMessage<NotificationSettings>, IEquatable<NotificationSettings>, IDeepCloneable<NotificationSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Advisory Notifications v1 API class NotificationSettings.

Settings for each NotificationType.

Inheritance

object > NotificationSettings

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

NotificationSettings()

public NotificationSettings()

NotificationSettings(NotificationSettings)

public NotificationSettings(NotificationSettings other)
Parameter
NameDescription
otherNotificationSettings

Properties

Enabled

public bool Enabled { get; set; }

Whether the associated NotificationType is enabled.

Property Value
TypeDescription
bool