public sealed class DeleteTagValueRequest : IMessage<DeleteTagValueRequest>, IEquatable<DeleteTagValueRequest>, IDeepCloneable<DeleteTagValueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class DeleteTagValueRequest.
[[["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 and code samples for the `DeleteTagValueRequest` class within the Cloud Resource Manager v3 API, specifically for .NET."],["The `DeleteTagValueRequest` class is used to create requests for deleting a TagValue, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It supports various versions, ranging from 1.0.0 to the latest 2.5.0, as seen in the list of versions."],["Key properties of the `DeleteTagValueRequest` class include `Etag`, `Name`, `TagValueName`, and `ValidateOnly`, which are used for specifying the TagValue to delete and handling concurrency."],["The class offers two constructors, `DeleteTagValueRequest()`, and `DeleteTagValueRequest(DeleteTagValueRequest other)`, the second constructor allowing for the replication of a pre-existing `DeleteTagValueRequest`."]]],[]]