View Source GoogleApi.BigQuery.V2.Model.SystemVariables (google_api_big_query v0.79.0)

System variables given to a query.

Attributes

  • types (type: %{optional(String.t) => GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t}, default: nil) - Output only. Data type for each system variable.
  • values (type: map(), default: nil) - Output only. Value for each system variable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.SystemVariables{
  types:
    %{
      optional(String.t()) =>
        GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t()
    }
    | nil,
  values: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.