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 Advisory Notifications v1 API is 1.7.0, with previous versions available down to 1.0.0."],["`NotificationSettings` is a class within the Google.Cloud.AdvisoryNotifications.V1 namespace that allows for managing settings for each `NotificationType`."],["The class `NotificationSettings` implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class `NotificationSettings` has a boolean property called `Enabled` which indicates whether the given NotificationType is enabled or not."],["It also has two constructors: a parameterless constructor and one that takes another `NotificationSettings` instance as an argument."]]],[]]