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 page details the `DeleteTagTemplateFieldRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used to send requests for deleting tag template fields."],["The latest version documented is 2.14.0, and the page covers historical versions dating back to 1.2.0, offering a comprehensive view of its evolution."],["The `DeleteTagTemplateFieldRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `Force` (a boolean to confirm if this field is to be deleted in all tags using it) and `Name` (the string name of the tag template field to delete)."],["The class has two constructors: a default one and another one that takes another `DeleteTagTemplateFieldRequest` object as a parameter, allowing for the cloning of `DeleteTagTemplateFieldRequest` objects."]]],[]]