View Source GoogleApi.Dataform.V1beta1.Model.RelationDescriptor (google_api_dataform v0.4.0)

Describes a relation and its columns.

Attributes

  • bigqueryLabels (type: map(), default: nil) - A set of BigQuery labels that should be applied to the relation.
  • columns (type: list(GoogleApi.Dataform.V1beta1.Model.ColumnDescriptor.t), default: nil) - A list of descriptions of columns within the relation.
  • description (type: String.t, default: nil) - A text description of the relation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.RelationDescriptor{
  bigqueryLabels: map() | nil,
  columns: [GoogleApi.Dataform.V1beta1.Model.ColumnDescriptor.t()] | nil,
  description: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.