class Google::Apis::Area120tablesV1alpha1::RelationshipDetails
Details about a relationship column.
Attributes
linked_table[RW]
The name of the table this relationship is linked to. Corresponds to the JSON property `linkedTable` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 376 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 381 def update!(**args) @linked_table = args[:linked_table] if args.key?(:linked_table) end