Class: Google::Area120::Tables::V1alpha1::RelationshipDetails
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::RelationshipDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Details about a relationship column.
Instance Attribute Summary collapse
-
#linked_table ⇒ ::String
The name of the table this relationship is linked to.
Instance Attribute Details
#linked_table ⇒ ::String
Returns The name of the table this relationship is linked to.
347 348 349 350 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 347 class RelationshipDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |