public sealed class ResourceValueConfigMetadata : IMessage<ResourceValueConfigMetadata>, IEquatable<ResourceValueConfigMetadata>, IDeepCloneable<ResourceValueConfigMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class ResourceValueConfigMetadata.
Metadata about a ResourceValueConfig. For example, id and name.
[[["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 page provides reference documentation for the `ResourceValueConfigMetadata` class within the Google Cloud Security Center v2 API, specifically for version 1.0.0-beta04 and the latest 1.1.0."],["`ResourceValueConfigMetadata` is a class that contains metadata about a ResourceValueConfig, including its ID and name, and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, among others."],["The class is in the `Google.Cloud.SecurityCenter.V2` namespace, within the `Google.Cloud.SecurityCenter.V2.dll` assembly."],["The `ResourceValueConfigMetadata` class has two constructors: a default constructor and a constructor that takes another `ResourceValueConfigMetadata` object as a parameter, and it also contains the `Name` property to store the resource value config name."]]],[]]