public sealed class DeleteTagRequest : IMessage<DeleteTagRequest>, IEquatable<DeleteTagRequest>, IDeepCloneable<DeleteTagRequest>, IBufferMessage, IMessage
Request message for
[DeleteTag][google.cloud.datacatalog.v1.DataCatalog.DeleteTag].
[[["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 page details the `DeleteTagRequest` class, which is used to request the deletion of a tag in the Google Cloud Data Catalog V1 API."],["The `DeleteTagRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling messages, equality, deep cloning, and buffered messaging respectively."],["The class provides constructors for creating a new `DeleteTagRequest` instance, either as an empty object or by copying from another `DeleteTagRequest` object."],["It includes properties such as `EntryName` (an `EntryName`-typed view) and `Name` (a string), where `Name` is required and represents the name of the tag to be deleted."],["The page provides a comprehensive list of available versions for the `DeleteTagRequest` spanning from 1.2.0 up to the most current version 2.14.0."]]],[]]