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 documentation for the `DeleteTagRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.6.0."],["The `DeleteTagRequest` class is used to create requests for deleting a tag in the Artifact Registry."],["The latest version of the API is 2.9.0, and this page also lists all available versions, from 1.0.0 to the most current version."],["The `DeleteTagRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor with no arguments and another constructor taking another `DeleteTagRequest` object as an argument, as well as having a property called `Name` that sets the name of the tag to be deleted."]]],[]]