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 latest version of `DeleteTagRequest` is 2.14.0, and the page provides links to documentation for versions ranging from 1.2.0 to 2.14.0, allowing navigation to older versions."],["The `DeleteTagRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteTagRequest` class include `Name`, a required string representing the tag to be deleted, and `EntryName`, which is a typed view over the `Name` property."],["The class offers two constructors, one default and one that accepts another `DeleteTagRequest` object for initialization."]]],[]]