public sealed class DeleteTagRequest : IMessage<DeleteTagRequest>, IEquatable<DeleteTagRequest>, IDeepCloneable<DeleteTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 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."],[[["This webpage provides reference documentation for the `DeleteTagRequest` class within the Google Cloud Artifact Registry v1 API."],["The latest version of the `DeleteTagRequest` documentation is 2.9.0, while this specific page is for version 2.4.0, and multiple prior versions are available."],["`DeleteTagRequest` is a class used to represent the request to delete a tag and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTagRequest` class has two constructors, a default one and another that takes another `DeleteTagRequest` as a parameter."],["The class contains a property, `Name`, which is a string representing the name of the tag to delete."]]],[]]