public sealed class RenameTagTemplateFieldRequest : IMessage<RenameTagTemplateFieldRequest>, IEquatable<RenameTagTemplateFieldRequest>, IDeepCloneable<RenameTagTemplateFieldRequest>, IBufferMessage, IMessage
Request message for
[RenameTagTemplateField][google.cloud.datacatalog.v1.DataCatalog.RenameTagTemplateField].
[[["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-25 UTC."],[[["This page details the `RenameTagTemplateFieldRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used to request the renaming of a tag template field."],["The latest version of the `RenameTagTemplateFieldRequest` documentation is version 2.14.0, while this specific page is showing version 1.4.0 of this documentation."],["The `RenameTagTemplateFieldRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `RenameTagTemplateFieldRequest` class has two constructors, one default and one that accepts another `RenameTagTemplateFieldRequest` object, and contains the properties `Name`, `NewTagTemplateFieldId`, and `TagTemplateFieldName`."],["The `RenameTagTemplateFieldRequest` method requires a name, being the tag template name, and a new ID, which is the field's new ID."]]],[]]