public sealed class CreateTagValueRequest : IMessage<CreateTagValueRequest>, IEquatable<CreateTagValueRequest>, IDeepCloneable<CreateTagValueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateTagValueRequest.
[[["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 `CreateTagValueRequest` class within the Cloud Resource Manager v3 API, specifically for version 2.4.0."],["The `CreateTagValueRequest` class is used to create a TagValue and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the API available, ranging from 1.0.0 up to the latest, 2.5.0, with each version having its own corresponding documentation."],["The class has two constructors, a default one and another that takes a `CreateTagValueRequest` object as a parameter."],["The `CreateTagValueRequest` class contains two properties: `TagValue`, representing the TagValue to be created, and `ValidateOnly`, a boolean to indicate if only validation should be performed."]]],[]]