google_api_big_query v0.0.1 GoogleApi.BigQuery.V2.Model.QueryParameterValue View Source

Attributes

  • arrayValues ([QueryParameterValue]): [Optional] The array values, if this is an array type. Defaults to: null.
  • structValues (%{optional(String.t) => QueryParameterValue}): [Optional] The struct field values, in order of the struct type's declaration. Defaults to: null.
  • value (String.t): [Optional] The value of this value, if a simple scalar type. Defaults to: null.