class Google::Apis::Area120tablesV1alpha1::LookupDetails

Details about a lookup column whose value comes from the associated relationship.

Attributes

relationship_column[RW]

The name of the relationship column associated with the lookup. Corresponds to the JSON property `relationshipColumn` @return [String]

relationship_column_id[RW]

The id of the relationship column. Corresponds to the JSON property `relationshipColumnId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 356
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 361
def update!(**args)
  @relationship_column = args[:relationship_column] if args.key?(:relationship_column)
  @relationship_column_id = args[:relationship_column_id] if args.key?(:relationship_column_id)
end