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."],["The `DeleteTagRequest` class is used to construct requests for deleting a tag in the Artifact Registry and is available in multiple versions, with the latest being 2.9.0."],["`DeleteTagRequest` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteTagRequest` class has two constructors: a default constructor and one that takes another `DeleteTagRequest` object as a parameter for copying, and contains the `Name` property."],["The documentation lists the assemblies, inherited members and namespace for `DeleteTagRequest` class."]]],[]]