public sealed class UpdateResourceValueConfigRequest : IMessage<UpdateResourceValueConfigRequest>, IEquatable<UpdateResourceValueConfigRequest>, IDeepCloneable<UpdateResourceValueConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateResourceValueConfigRequest.
[[["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-09 UTC."],[[["The latest version available for `UpdateResourceValueConfigRequest` is 3.24.0, and there are multiple other versions available ranging from 2.2.0 to 3.23.0."],["`UpdateResourceValueConfigRequest` is a class within the Google Cloud Security Command Center v1 API that serves as a request message for updating resource value configurations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors, one being a parameterless constructor and the other taking another `UpdateResourceValueConfigRequest` instance as its only parameter."],["The `UpdateResourceValueConfigRequest` class has two key properties: `ResourceValueConfig`, which is the configuration being updated, and `UpdateMask`, which specifies the fields to update."]]],[]]