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`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `DeleteTagTemplateRequest` class includes properties such as `Force` and `Name` to specify the deletion criteria, where `Force` currently only supports `true` to delete all tags associated with the template, and `Name` to set the tag template name to delete."],["The current latest version of this class is `2.14.0`, with previous versions dating back to `1.2.0` as part of a variety of different versions from `Google.Cloud.DataCatalog.V1`."],["There are 2 constructors provided, one empty, and one that uses `DeleteTagTemplateRequest` as its parameter."]]],[]]