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, specifically in the context of the .NET library."],["The `DeleteTagRequest` class is used to formulate requests for deleting tags in the Google Cloud Data Catalog, as indicated by its description as a request message for the `DeleteTag` operation."],["The latest version of the `DeleteTagRequest` documentation is available under version 2.14.0, with previous versions ranging back to 1.2.0, and are all accessible via linked pages."],["The `DeleteTagRequest` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cDeleteTagRequest\u003e`, `IDeepCloneable\u003cDeleteTagRequest\u003e`, and `IBufferMessage`, and has two constructors, one default and another allowing for object duplication."],["The class contains properties `EntryName`, that is a EntryName-typed view over the `Name` property, and `Name`, that is a string, required to contain the name of the tag to be deleted."]]],[]]