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-03-21 UTC."],[[["The latest version of the `UpdateSettingsRequest` class for the Advisory Notifications v1 API is 1.7.0, with documentation available for versions back to 1.0.0."],["The `UpdateSettingsRequest` class is used to request updates to settings and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and contains methods like `GetHashCode()`, `GetType()`, and `ToString()` as inherited members."],["The class has two constructors: a default constructor `UpdateSettingsRequest()` and a copy constructor `UpdateSettingsRequest(UpdateSettingsRequest other)`."],["The class features a `Settings` property, which is required, of the type `Google.Cloud.AdvisoryNotifications.V1.Settings`, representing the new settings to be applied."]]],[]]