View Source GoogleApi.Dataform.V1beta1.Model.ColumnDescriptor (google_api_dataform v0.5.0)

Describes a column.

Attributes

  • bigqueryPolicyTags (type: list(String.t), default: nil) - A list of BigQuery policy tags that will be applied to the column.
  • description (type: String.t, default: nil) - A textual description of the column.
  • path (type: list(String.t), default: nil) - The identifier for the column. Each entry in path represents one level of nesting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.ColumnDescriptor{
  bigqueryPolicyTags: [String.t()] | nil,
  description: String.t() | nil,
  path: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.