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-03-25 UTC."],[[["This page details 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` (a boolean to force deletion of all related tags) and `Name` (the name of the template to delete), along with the `TagTemplateName` which is a view over the resource name property."],["The page lists the versions available for `DeleteTagTemplateRequest`, going from the latest version 2.14.0 to the earliest version 1.2.0."],["This page provides two constructors for the class: a parameterless constructor and a constructor that takes another `DeleteTagTemplateRequest` as a parameter."]]],[]]