public sealed class GetValuedResourceRequest : IMessage<GetValuedResourceRequest>, IEquatable<GetValuedResourceRequest>, IDeepCloneable<GetValuedResourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class GetValuedResourceRequest.
[[["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."],[[["The `GetValuedResourceRequest` class is part of the Security Command Center v2 API, serving as a request message for retrieving valued resource information."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to support various data manipulation and comparison operations."],["The `GetValuedResourceRequest` class has two constructors, one default and another that takes an existing `GetValuedResourceRequest` object for copying its properties."],["The class has properties `Name`, which is a string representing the name of the valued resource in a specific format, and `ValuedResourceName`, a typed view of the resource name."],["The `GetValuedResourceRequest` object inherits from the base object class and uses the namespace `Google.Cloud.SecurityCenter.V2` and is found in the assembly file `Google.Cloud.SecurityCenter.V2.dll`."]]],[]]