public sealed class DeleteTagRequest : IMessage<DeleteTagRequest>, IEquatable<DeleteTagRequest>, IDeepCloneable<DeleteTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 API class DeleteTagRequest.
[[["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 in the Artifact Registry v1beta2 API allows for the deletion of tags and is documented in version 2.0.0-beta04."],["This class inherits from `object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["There are two constructors for the `DeleteTagRequest` class: a default constructor and one that accepts another `DeleteTagRequest` object."],["The `Name` property of the `DeleteTagRequest` class, which is of type string, specifies the name of the tag to be deleted."],["The latest version of this documentation for `DeleteTagRequest` is 2.0.0-beta05."]]],[]]