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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `NotificationSettings` class for the Advisory Notifications v1 API is 1.7.0, with previous versions ranging from 1.0.0 to 1.6.0 available."],["`NotificationSettings` is a sealed class that provides settings for each `NotificationType` and is found in the `Google.Cloud.AdvisoryNotifications.V1` namespace."],["This class inherits from `object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, indicating its capabilities for message handling, equality checks, deep cloning, and buffer management."],["`NotificationSettings` has a constructor with an optional parameter to set from another `NotificationSettings` instance, and has a boolean property `Enabled` to indicate if the associated `NotificationType` is enabled."],["The class is part of the `Google.Cloud.AdvisoryNotifications.V1.dll` assembly."]]],[]]