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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]