GoogleApi.BigQuery.V2.Model.TableConstraintsForeignKeys (google_api_big_query v0.88.0)
View SourceRepresents a foreign key constraint on a table's columns.
Attributes
-
columnReferences(type:list(GoogleApi.BigQuery.V2.Model.TableConstraintsForeignKeysColumnReferences.t), default:nil) - Required. The columns that compose the foreign key. -
name(type:String.t, default:nil) - Optional. Set only if the foreign key constraint is named. -
referencedTable(type:GoogleApi.BigQuery.V2.Model.TableConstraintsForeignKeysReferencedTable.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.TableConstraintsForeignKeys{ columnReferences: [ GoogleApi.BigQuery.V2.Model.TableConstraintsForeignKeysColumnReferences.t() ] | nil, name: String.t() | nil, referencedTable: GoogleApi.BigQuery.V2.Model.TableConstraintsForeignKeysReferencedTable.t() | nil }