public sealed class UpdateSettingRequest : IMessage<UpdateSettingRequest>, IEquatable<UpdateSettingRequest>, IDeepCloneable<UpdateSettingRequest>, IBufferMessage, IMessage
[[["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 details the `UpdateSettingRequest` class within the `Google.Cloud.ResourceSettings.V1` namespace, used for requesting updates to settings."],["The `UpdateSettingRequest` class, part of the `Google.Cloud.ResourceSettings.V1.dll` assembly, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSettingRequest` class offers two constructors: a default constructor and one that takes another `UpdateSettingRequest` object as a parameter for creating a copy."],["The `Setting` property within `UpdateSettingRequest` is a required field of type `Setting`, which defines the setting to be updated."],["The page shows a documentation of multiple versions, with the most recent being `2.5.0` and as far back as version `1.0.0` for `UpdateSettingRequest` objects."]]],[]]