-
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.
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() }