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."],[[["The `DeleteTagTemplateFieldRequest` class is used to request the deletion of a tag template field in Google Cloud Data Catalog."],["This class is part of the `Google.Cloud.DataCatalog.V1` namespace and is available in the `Google.Cloud.DataCatalog.V1.dll` assembly, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the `DeleteTagTemplateFieldRequest` class is 2.14.0, with previous versions ranging from 2.13.0 down to 1.2.0 being accessible."],["The `Force` property of the `DeleteTagTemplateFieldRequest` must be set to true to delete a field from any tags that use it, and it requires the `Name` of the tag template field to delete."],["The `TagTemplateFieldName` property provides a strongly-typed view over the resource name property of the `Name` parameter."]]],[]]