Class: Google::Area120::Tables::V1alpha1::LabeledItem
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::LabeledItem
- 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
-
#id ⇒ ::String
Internal id associated with the item.
-
#name ⇒ ::String
Display string as entered by user.
Instance Attribute Details
#id ⇒ ::String
Returns 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.
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 |