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, detailing its usage in deleting tags."],["The `DeleteTagRequest` class is available in multiple versions, ranging from 1.2.0 to 2.14.0, with the latest version being 2.14.0."],["The `DeleteTagRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a parameterless constructor and one that takes another `DeleteTagRequest` object, allowing it to copy from an existing one."],["The `DeleteTagRequest` class has two key properties, `EntryName` and `Name`, to specify the tag to delete, with `Name` being a required parameter."]]],[]]