public sealed class DeleteTagValueRequest : IMessage<DeleteTagValueRequest>, IEquatable<DeleteTagValueRequest>, IDeepCloneable<DeleteTagValueRequest>, IBufferMessage, IMessage
[[["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 outlines the `DeleteTagValueRequest` class, which is used to request the deletion of a TagValue within the Google Cloud Resource Manager."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing a range of functionalities."],["Key properties include `Name` (the required resource name of the TagValue to delete), `Etag` (for optimistic concurrency), `TagValueName` (a typed view of the resource name), and `ValidateOnly` (to validate the request without actual deletion)."],["The class offers two constructors: a default constructor and one that takes another `DeleteTagValueRequest` object as a parameter for cloning."],["There are multiple versions of the `DeleteTagValueRequest` class, with version 2.5.0 being the most current as of the documentation."]]],[]]