Class: Google::Apis::Area120tablesV1alpha1::RelationshipDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/area120tables_v1alpha1/classes.rb,
lib/google/apis/area120tables_v1alpha1/representations.rb,
lib/google/apis/area120tables_v1alpha1/representations.rb

Overview

Details about a relationship column.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RelationshipDetails

Returns a new instance of RelationshipDetails.



408
409
410
# File 'lib/google/apis/area120tables_v1alpha1/classes.rb', line 408

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#linked_tableString

The name of the table this relationship is linked to. Corresponds to the JSON property linkedTable

Returns:

  • (String)


406
407
408
# File 'lib/google/apis/area120tables_v1alpha1/classes.rb', line 406

def linked_table
  @linked_table
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



413
414
415
# File 'lib/google/apis/area120tables_v1alpha1/classes.rb', line 413

def update!(**args)
  @linked_table = args[:linked_table] if args.key?(:linked_table)
end