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."],[[["The `DeleteTagRequest` class in the Google.Cloud.ArtifactRegistry.V1 API is used to request the deletion of a tag within the Artifact Registry."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in message passing, equality checks, deep cloning, and buffering."],["The latest version of the `DeleteTagRequest` class is 2.9.0, and several previous versions are also available, ranging back to version 1.0.0, giving flexibility for different environments."],["It inherits members from the base `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`, and offers two constructors, one default and one for copying from an existing `DeleteTagRequest` object."],["The `Name` property within the `DeleteTagRequest` class is a string type that specifies the name of the tag that will be deleted in the request."]]],[]]