public sealed class DeleteTagTemplateRequest : IMessage<DeleteTagTemplateRequest>, IEquatable<DeleteTagTemplateRequest>, IDeepCloneable<DeleteTagTemplateRequest>, IBufferMessage, IMessage
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-04-09 UTC."],[[["This document outlines the `DeleteTagTemplateRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to construct requests for deleting tag templates in the Google Cloud Data Catalog."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `DeleteTagTemplateRequest` class include `Force`, which determines if all tags using the template should be deleted (currently only supports `true`), and `Name`, which specifies the name of the tag template to be deleted."],["The document also provides an extensive list of available versions of this resource, ranging from version 2.14.0 down to 1.2.0, with the latest version being 2.14.0."],["There are two constructors for creating instances of the `DeleteTagTemplateRequest` class: one default and one that can take another `DeleteTagTemplateRequest` object as a parameter."]]],[]]