public sealed class UpdateSettingsRequest : IMessage<UpdateSettingsRequest>, IEquatable<UpdateSettingsRequest>, IDeepCloneable<UpdateSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Advisory Notifications v1 API class UpdateSettingsRequest.
[[["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."],[[["This webpage provides documentation for the `UpdateSettingsRequest` class within the Google Cloud Advisory Notifications v1 API."],["The `UpdateSettingsRequest` class is used to request updates to settings and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and another that accepts an existing `UpdateSettingsRequest` object as a parameter, used to duplicate."],["The `UpdateSettingsRequest` class contains a `Settings` property, which is a required field for new settings, of type `Settings`."],["The documentation provides links to the different versions of this class, the latest version being 1.7.0."]]],[]]