public sealed class DeleteTagTemplateFieldRequest : IMessage<DeleteTagTemplateFieldRequest>, IEquatable<DeleteTagTemplateFieldRequest>, IDeepCloneable<DeleteTagTemplateFieldRequest>, IBufferMessage, IMessage
Request message for
[DeleteTagTemplateField][google.cloud.datacatalog.v1.DataCatalog.DeleteTagTemplateField].
[[["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-21 UTC."],[[["This document outlines the `DeleteTagTemplateFieldRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically focusing on version 2.0.0 of the library, as well as providing access to previous versions."],["The `DeleteTagTemplateFieldRequest` class is used to construct a request to delete a tag template field, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor that allows for creating an instance, and another constructor to create a copy of an existing `DeleteTagTemplateFieldRequest` object."],["The `DeleteTagTemplateFieldRequest` class features properties such as `Force`, which is a boolean indicating whether to delete fields from associated tags, and `Name`, which is a string representing the tag template field to be deleted, with a `TagTemplateFieldName` typed view property."],["The document provides a comprehensive list of previous versions ranging from 2.14.0(latest) all the way down to 1.2.0, all having a `DeleteTagTemplateFieldRequest` class."]]],[]]