public sealed class UpdateSettingRequest : IMessage<UpdateSettingRequest>, IEquatable<UpdateSettingRequest>, IDeepCloneable<UpdateSettingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Resource Settings v1 API class UpdateSettingRequest.
[[["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."],[[["This webpage provides reference documentation for the `UpdateSettingRequest` class within the Google Cloud Resource Settings v1 API, specifically for version 2.3.0."],["The `UpdateSettingRequest` class is used to request updates to settings and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSettingRequest` class inherits from `object` and has properties for the setting that is required to be updated."],["There are multiple versions of the API provided for historical reference, ranging from version 1.0.0 to 2.5.0, with 2.5.0 being the latest version."],["It provides a public constructor for users to utilize, such as: `UpdateSettingRequest()`, and `UpdateSettingRequest(UpdateSettingRequest other)`."]]],[]]