public sealed class DeleteTagTemplateFieldRequest : IMessage<DeleteTagTemplateFieldRequest>, IEquatable<DeleteTagTemplateFieldRequest>, IDeepCloneable<DeleteTagTemplateFieldRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeleteTagTemplateFieldRequest.
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 provides reference documentation for the `DeleteTagTemplateFieldRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET."],["The `DeleteTagTemplateFieldRequest` class is used to send a request to delete a tag template field, as part of the `Google.Cloud.DataCatalog.V1` namespace."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `DeleteTagTemplateFieldRequest` include `Force` which is required and must be set to true, and `Name` which is also required for identifying the tag template field to delete."],["The documentation references multiple version numbers, with the most recent being `2.14.0`, with the other versions having links to their respective documentation, all related to `DeleteTagTemplateFieldRequest`."]]],[]]