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"]],[["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 `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."]]],[]]