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 within the `Google.Cloud.DataCatalog.V1` namespace, used for deleting tags in the Data Catalog."],["The `DeleteTagRequest` class, found in the `Google.Cloud.DataCatalog.V1.dll` assembly, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class supports versions ranging from 1.2.0 to the latest 2.14.0, providing compatibility and potential feature evolution over time."],["Key properties of the class include `EntryName`, which is a typed view of the resource name, and `Name`, which represents the specific tag to be deleted."],["There are also two different constructors for this class, the default constructor, and one that accepts another `DeleteTagRequest`."]]],[]]