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-04-17 UTC."],[[["This webpage documents the `DeleteTagTemplateFieldRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used to send requests for deleting tag template fields."],["The `DeleteTagTemplateFieldRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and serialization."],["The class offers two constructors: a default one and another that allows creating a new instance by copying an existing `DeleteTagTemplateFieldRequest` object."],["Key properties of `DeleteTagTemplateFieldRequest` include `Force` (a boolean to indicate if the deletion should occur even if it's used) and `Name` (the string name of the tag template field to be deleted)."],["The page provides a history of versions related to this request, ranging from version 1.2.0 to 2.14.0 (latest)."]]],[]]