GoogleApi.BigQuery.V2.Model.QueryParameterValue (google_api_big_query v0.46.0)

Attributes

  • arrayValues (type: list(GoogleApi.BigQuery.V2.Model.QueryParameterValue.t), default: nil) - [Optional] The array values, if this is an array type.
  • structValues (type: %{optional(String.t) => GoogleApi.BigQuery.V2.Model.QueryParameterValue.t}, default: nil) - [Optional] The struct field values, in order of the struct type's declaration.
  • value (type: String.t, default: nil) - [Optional] The value of this value, if a simple scalar type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

Specs

t() :: %GoogleApi.BigQuery.V2.Model.QueryParameterValue{
  arrayValues: [GoogleApi.BigQuery.V2.Model.QueryParameterValue.t()],
  structValues: %{
    optional(String.t()) => GoogleApi.BigQuery.V2.Model.QueryParameterValue.t()
  },
  value: String.t()
}

Functions

decode(value, options)

Specs

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

Unwrap a decoded JSON object into its complex fields.