public sealed class DeleteTagRequest : IMessage<DeleteTagRequest>, IEquatable<DeleteTagRequest>, IDeepCloneable<DeleteTagRequest>, IBufferMessage, IMessage
[[["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."],[[["The content describes the `DeleteTagRequest` class within the `Google.Cloud.ArtifactRegistry.V1` namespace, used for deleting a tag in Google Cloud Artifact Registry."],["Version 2.9.0 is the latest version, and the documentation includes previous versions dating back to 1.0.0 for `DeleteTagRequest`."],["The `DeleteTagRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison."],["The class inherits from `Object` and has members like `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()` inherited from it, with its own constructors: `DeleteTagRequest()` and `DeleteTagRequest(DeleteTagRequest other)`."],["The class's only property is `Name`, which is of the string data type, and it contains the name of the tag that is going to be deleted."]]],[]]