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-04-01 UTC."],[[["The `NotificationSettings` class in the Advisory Notifications v1 API provides settings for managing `NotificationType` preferences."],["This documentation covers version 1.6.0 of the `NotificationSettings` class, part of the `Google.Cloud.AdvisoryNotifications.V1` namespace, with links to previous versions from 1.0.0 to 1.5.0, as well as the latest version 1.7.0."],["The `NotificationSettings` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NotificationSettings` class includes a property `Enabled`, a boolean that dictates whether a given `NotificationType` is enabled, and has two constructors: a default and one that takes another `NotificationSettings` object as a parameter."]]],[]]