class Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest

Request message for RenameTagTemplateField.

Attributes

new_tag_template_field_id[RW]

Required. The new ID of this tag template field. For example, `my_new_field`. Corresponds to the JSON property `newTagTemplateFieldId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datacatalog_v1/classes.rb, line 1167
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datacatalog_v1/classes.rb, line 1172
def update!(**args)
  @new_tag_template_field_id = args[:new_tag_template_field_id] if args.key?(:new_tag_template_field_id)
end