public sealed class DeleteTagTemplateRequest : IMessage<DeleteTagTemplateRequest>, IEquatable<DeleteTagTemplateRequest>, IDeepCloneable<DeleteTagTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeleteTagTemplateRequest.
Request message for
[DeleteTagTemplate][google.cloud.datacatalog.v1.DataCatalog.DeleteTagTemplate].
[[["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 page provides reference documentation for the `DeleteTagTemplateRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The `DeleteTagTemplateRequest` class is used to request the deletion of a tag template and is part of the `Google.Cloud.DataCatalog.V1` namespace, with the latest version being 2.14.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `DeleteTagTemplateRequest` has two main properties: `Force` (a boolean indicating whether to delete all tags using this template) and `Name` (the string name of the tag template to delete)."],["This documentation covers versions of the API ranging from 1.2.0 to 2.14.0, in which `DeleteTagTemplateRequest` can be used."]]],[]]