public sealed class GetResourceValueConfigRequest : IMessage<GetResourceValueConfigRequest>, IEquatable<GetResourceValueConfigRequest>, IDeepCloneable<GetResourceValueConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class GetResourceValueConfigRequest.
[[["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 documentation details the `GetResourceValueConfigRequest` class, which is part of the Security Command Center v2 API in the Google Cloud platform and is used for retrieving resource value configurations."],["The `GetResourceValueConfigRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor, and one that creates a new instance based on an existing `GetResourceValueConfigRequest` object."],["It has two properties, `Name` (a string) and `ResourceValueConfigName` (a `ResourceValueConfigName` type), where `Name` holds the required identifier of the resource value config, and `ResourceValueConfigName` provides a typed view of the name."],["The latest version available for this class is version 1.1.0."]]],[]]