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 webpage details the `DeleteTagRequest` class, which is used to request the deletion of a tag in the Google Cloud Data Catalog V1."],["The class `DeleteTagRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["The latest version of this API is 2.14.0, while this specific page is dedicated to version 1.2.0, with previous versions listed in a table format for easy access."],["`DeleteTagRequest` has properties such as `EntryName` (a typed view) and `Name` (the tag's resource name), which are essential for identifying the tag to be deleted."],["The page provides information on the constructors of `DeleteTagRequest`, such as the default constructor and a copy constructor, alongside descriptions of the parameter `other`."]]],[]]