Class: Google::Area120::Tables::V1alpha1::LookupDetails
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::LookupDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Details about a lookup column whose value comes from the associated relationship.
Instance Attribute Summary collapse
-
#relationship_column ⇒ ::String
The name of the relationship column associated with the lookup.
-
#relationship_column_id ⇒ ::String
The id of the relationship column.
Instance Attribute Details
#relationship_column ⇒ ::String
Returns The name of the relationship column associated with the lookup.
360 361 362 363 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 360 class LookupDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relationship_column_id ⇒ ::String
Returns The id of the relationship column.
360 361 362 363 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 360 class LookupDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |