Class: Google::Area120::Tables::V1alpha1::LabeledItem

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/area120/tables/v1alpha1/tables.rb

Overview

A single item in a labeled column.

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns Internal id associated with the item.

Returns:

  • (::String)

    Internal id associated with the item.



338
339
340
341
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 338

class LabeledItem
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Display string as entered by user.

Returns:

  • (::String)

    Display string as entered by user.



338
339
340
341
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 338

class LabeledItem
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end