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."],[[["The `DeleteTagRequest` class in the `Google.Cloud.DataCatalog.V1` namespace is used to create a request for deleting a tag in the Data Catalog v1 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `object`."],["The `DeleteTagRequest` class offers constructors for creating new instances and a `Name` property, which is required, to specify the tag to delete."],["The documentation provides links to various versions of the `DeleteTagRequest` class, ranging from version 1.2.0 to the latest version 2.14.0."],["An `EntryName` property is also available, offering a typed view over the `Name` property for resource name management."]]],[]]