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 latest version of `DeleteTagRequest` is version 2.14.0, and the page lists several previous versions down to 1.2.0."],["The `DeleteTagRequest` class inherits from the base `Object` class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteTagRequest` has two constructors, a default one and another that accepts another `DeleteTagRequest` as a parameter."],["The `DeleteTagRequest` class contains two properties: `EntryName` which is of type `EntryName` and `Name` which is a string representing the name of the tag to delete."]]],[]]