public sealed class NotificationSettings : IMessage<NotificationSettings>, IEquatable<NotificationSettings>, IDeepCloneable<NotificationSettings>, IBufferMessage, IMessageReference documentation and code samples for the Advisory Notifications v1 API class NotificationSettings.
Settings for each NotificationType.
Implements
IMessageNotificationSettings, IEquatableNotificationSettings, IDeepCloneableNotificationSettings, IBufferMessage, IMessageNamespace
Google.Cloud.AdvisoryNotifications.V1Assembly
Google.Cloud.AdvisoryNotifications.V1.dll
Constructors
NotificationSettings()
public NotificationSettings()NotificationSettings(NotificationSettings)
public NotificationSettings(NotificationSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
NotificationSettings |
Properties
Enabled
public bool Enabled { get; set; }Whether the associated NotificationType is enabled.
| Property Value | |
|---|---|
| Type | Description |
bool |
|