class Google::Apis::Area120tablesV1alpha1::LabeledItem

A single item in a labeled column.

Attributes

id[RW]

Internal id associated with the item. Corresponds to the JSON property `id` @return [String]

name[RW]

Display string as entered by user. Corresponds to the JSON property `name` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 257
def update!(**args)
  @id = args[:id] if args.key?(:id)
  @name = args[:name] if args.key?(:name)
end