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 provided content is reference documentation for the `NotificationSettings` class within the Google Cloud Advisory Notifications v1 API, specifically version 1.3.0, and lists other versions."],["`NotificationSettings` is a class used to manage settings for different `NotificationType` and has a default constructor and a constructor that copies settings from another `NotificationSettings` object."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, and deep cloning."],["The `NotificationSettings` class has one property called `Enabled`, which is a boolean value used to determine whether a particular `NotificationType` is enabled."],["The current latest version is 1.7.0, with other versions dating back to 1.0.0 all in the documentation."]]],[]]