This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
{// Union field parameter_value can be only one of the following:"value": string,"arrayValue": {object (ArrayValue)},"structValue": {object (StructValue)}// End of list of possible types for union field parameter_value.}
Fields
Union field parameter_value. Parameter value. parameter_value can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["This documentation describes the `ParameterValue` object, used to represent a BigQuery parameter value."],["A `ParameterValue` can hold a single value, an array of values (`ArrayValue`), or a struct of values (`StructValue`)."],["`ArrayValue` is used to define parameters containing an array of `ParameterValue` objects."],["`StructValue` defines parameters with a struct, represented as a map of key-value pairs where values are `ParameterValue` objects."]]],["This document defines BigQuery parameter values, which can be represented as a string, an array, or a struct. The `parameter_value` field can hold a `string` for simple values, an `arrayValue` containing multiple `ParameterValue` objects, or a `structValue` representing a collection of named `ParameterValue` fields. `ArrayValue` is defined by the values array and the `StructValue` is defined by the `values` map which key are the field name and values are `ParameterValue` objects.\n"]]