Class: Google::Apis::Area120tablesV1alpha1::RelationshipDetails
- Inherits:
-
Object
- Object
- Google::Apis::Area120tablesV1alpha1::RelationshipDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/area120tables_v1alpha1/classes.rb,
generated/google/apis/area120tables_v1alpha1/representations.rb,
generated/google/apis/area120tables_v1alpha1/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ RelationshipDetails
constructor
A new instance of RelationshipDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RelationshipDetails
Returns a new instance of RelationshipDetails.
347 348 349 |
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 347 def initialize(**args) update!(**args) end |
Instance Attribute Details
#linked_table ⇒ String
The name of the table this relationship is linked to.
Corresponds to the JSON property linkedTable
345 346 347 |
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 345 def linked_table @linked_table end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
352 353 354 |
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 352 def update!(**args) @linked_table = args[:linked_table] if args.key?(:linked_table) end |