GoogleApi.Area120Tables.V1alpha1.Model.LookupDetails (google_api_area120_tables v0.6.0) View Source

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

Attributes

  • relationshipColumn (type: String.t, default: nil) - The name of the relationship column associated with the lookup.
  • relationshipColumnId (type: String.t, default: nil) - The id of the relationship column.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Area120Tables.V1alpha1.Model.LookupDetails{
  relationshipColumn: String.t() | nil,
  relationshipColumnId: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.