public sealed class DeleteTagRequest : IMessage<DeleteTagRequest>, IEquatable<DeleteTagRequest>, IDeepCloneable<DeleteTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeleteTagRequest.
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-25 UTC."],[[["This webpage provides reference documentation for the `DeleteTagRequest` class within the Google Cloud Data Catalog v1 API for .NET."],["The `DeleteTagRequest` class is used to construct requests for deleting a tag and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `DeleteTagRequest` class, ranging from the latest version 2.14.0 down to version 1.2.0, allowing users to navigate to specific versions."],["The `DeleteTagRequest` class has properties such as `EntryName` and `Name`, with `Name` being a required field specifying the tag to delete."],["The `DeleteTagRequest` can be instantiated with a constructor with no parameter, or with another `DeleteTagRequest` object as parameter."]]],[]]