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."],[[["This page provides reference documentation for the `NotificationSettings` class within the Google Cloud Advisory Notifications v1 API, specifically for version 1.5.0."],["The `NotificationSettings` class manages settings for different NotificationTypes and is part of the `Google.Cloud.AdvisoryNotifications.V1` namespace, found in the `Google.Cloud.AdvisoryNotifications.V1.dll` assembly."],["It inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NotificationSettings` class features two constructors, a default constructor and one that accepts another `NotificationSettings` object, alongside one property, `Enabled`, which is a boolean determining whether the associated `NotificationType` is enabled."],["There are multiple versions of this class available, ranging from version 1.0.0 up to the latest version 1.7.0, as seen in the listed version history."]]],[]]