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 webpage 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, with several prior versions, ranging from 2.13.0 down to 1.2.0, also being available for reference."],["The `DeleteTagTemplateFieldRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties such as `Force`, a boolean that, when set to true, will delete the field from any tags using it, and `Name`, a string representing the tag template field name to be deleted."],["The property `TagTemplateFieldName` provides a typed view of the name property, with the type being `TagTemplateFieldName`."]]],[]]