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 information for the `CreateTagValueRequest` class within the Cloud Resource Manager v3 API, specifically version 2.1.0, and details the request message structure for creating a `TagValue`."],["The `CreateTagValueRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["Key properties of `CreateTagValueRequest` include `TagValue`, which is a required field for specifying the details of the `TagValue` to be created, and `ValidateOnly`, an optional boolean for validating the request without execution."],["There are many previous versions of the API and the latest is 2.5.0, which are all linked in the document."],["The class includes constructors for creating new instances, either as an empty request or by copying from an existing `CreateTagValueRequest` object."]]],[]]