Required. Fingerprint for optimistic concurrency returned in Get requests.
Must be provided for Update requests. If the value provided does not match
the value known to the server, ABORTED will be thrown, and the client
should retry the read-modify-write cycle.
public MapField<string, NotificationSettings> NotificationSettings { get; }
Required. Map of each notification type and its settings to get/set all
settings at once. The server will validate the value for each notification
type.
[[["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 other documented versions ranging from 1.0.0 to 1.6.0."],["The `Settings` class is used for configuring Advisory Notifications and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This documentation covers the properties of the `Settings` class, such as `Etag`, `Name`, `NotificationSettings`, and `SettingsName`, along with their respective descriptions and data types."],["The `Settings` class offers two constructors: a default constructor `Settings()` and a copy constructor `Settings(Settings other)` for creating a new `Settings` instance from an existing one."],["The `NotificationSettings` property is a `MapField` that allows for the management of settings for different notification types, with the server validating the value for each notification type."]]],[]]