public sealed class GetNamespacedTagValueRequest : IMessage<GetNamespacedTagValueRequest>, IEquatable<GetNamespacedTagValueRequest>, IDeepCloneable<GetNamespacedTagValueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class GetNamespacedTagValueRequest.
The request message for getting a TagValue by its namespaced 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 document provides reference documentation for the `GetNamespacedTagValueRequest` class, part of the Cloud Resource Manager v3 API."],["The `GetNamespacedTagValueRequest` class is used to retrieve a TagValue by its namespaced name, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document outlines available versions of the API, ranging from version 1.0.0 up to the latest version, 2.5.0, with the current page relating to 2.2.0."],["The class has two constructors, one default and one that takes another `GetNamespacedTagValueRequest` as a parameter for copying."],["The class includes properties `Name` which is of type string, and `TagValueName` which is of the defined type `TagValueName`, both used to provide information regarding the TagValue being requested."]]],[]]