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-04-09 UTC."],[[["This webpage provides documentation for the `DeleteTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically across multiple versions of the .NET library."],["The `DeleteTagRequest` class is used to create request messages for the `DeleteTag` method in the Google Cloud Data Catalog API."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `DeleteTagRequest()` and `DeleteTagRequest(DeleteTagRequest other)`, and also has two properties, `EntryName` and `Name`, where the latter is a required field for specifying the name of the tag to be deleted."],["The documentation is comprehensive, including versioning, inheritance, inherited members, constructors, properties, and parameter descriptions across all different versions of this class."]]],[]]