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