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

The value of a query parameter.

Attributes

  • arrayValues (type: list(GoogleApi.BigQuery.V2.Model.QueryParameterValue.t), default: nil) - Optional. The array values, if this is an array type.
  • rangeValue (type: GoogleApi.BigQuery.V2.Model.RangeValue.t, default: nil) - Optional. The range value, if this is a range type.
  • structValues (type: %{optional(String.t) => GoogleApi.BigQuery.V2.Model.QueryParameterValue.t}, default: nil) - The struct field values.
  • 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

@type t() :: %GoogleApi.BigQuery.V2.Model.QueryParameterValue{
  arrayValues: [t()] | nil,
  rangeValue: GoogleApi.BigQuery.V2.Model.RangeValue.t() | nil,
  structValues: %{optional(String.t()) => t()} | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.