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 provides documentation for the `DeleteTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to request the deletion of a tag in the Data Catalog."],["The page covers various versions of the `DeleteTagRequest` class, from version 1.2.0 up to the latest version 2.14.0, allowing for access to past documentation."],["The `DeleteTagRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities and adherence to specific protocols."],["The class has two constructors: a default constructor and a constructor that accepts another `DeleteTagRequest` object, and exposes two properties: `EntryName` of type `EntryName`, and `Name` of type `String`."],["The provided documentation also includes a list of the inherited members of the `DeleteTagRequest` class, such as `Object.GetHashCode()` and `Object.ToString()`."]]],[]]