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 `DeleteTagRequest` class is used to define a request for deleting a tag within the Google Cloud Artifact Registry."],["Version 2.9.0 is the latest available version, and there are several older versions available, down to version 1.0.0, which is the oldest on the list."],["The `DeleteTagRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains two constructors and a `Name` property, which is a string indicating the name of the tag to be deleted."],["The class is located in the `Google.Cloud.ArtifactRegistry.V1` namespace and is part of the `Google.Cloud.ArtifactRegistry.V1.dll` assembly."]]],[]]