{// Union fieldvaluecan be only one of the following:"stringValue":string,"intValue":string,"doubleValue":number,"booleanValue":boolean,"stringArray":{object (StringParameterArray)},"intArray":{object (IntParameterArray)},"doubleArray":{object (DoubleParameterArray)},"booleanArray":{object (BooleanParameterArray)},"jsonValue":string// End of list of possible types for union fieldvalue.}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-22 UTC."],[[["\u003cp\u003eThis content describes the \u003ccode\u003eValueType\u003c/code\u003e which can hold various data types, including single values like strings, integers, doubles, and booleans, as well as arrays of these types.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValueType\u003c/code\u003e is represented in JSON using a union field named \u003ccode\u003evalue\u003c/code\u003e, which can be one of several types, such as \u003ccode\u003estringValue\u003c/code\u003e, \u003ccode\u003eintValue\u003c/code\u003e, \u003ccode\u003edoubleValue\u003c/code\u003e, \u003ccode\u003ebooleanValue\u003c/code\u003e, \u003ccode\u003estringArray\u003c/code\u003e, \u003ccode\u003eintArray\u003c/code\u003e, \u003ccode\u003edoubleArray\u003c/code\u003e, \u003ccode\u003ebooleanArray\u003c/code\u003e, or \u003ccode\u003ejsonValue\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are four specific array types: \u003ccode\u003eStringParameterArray\u003c/code\u003e, \u003ccode\u003eIntParameterArray\u003c/code\u003e, \u003ccode\u003eDoubleParameterArray\u003c/code\u003e, and \u003ccode\u003eBooleanParameterArray\u003c/code\u003e, each representing an array of the corresponding data type.\u003c/p\u003e\n"],["\u003cp\u003eEach array type (\u003ccode\u003eStringParameterArray\u003c/code\u003e, \u003ccode\u003eIntParameterArray\u003c/code\u003e, \u003ccode\u003eDoubleParameterArray\u003c/code\u003e, and \u003ccode\u003eBooleanParameterArray\u003c/code\u003e) contains a single field that is an array of values of its designated type.\u003c/p\u003e\n"]]],[],null,["# ValueType\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [StringParameterArray](#StringParameterArray)\n - [JSON representation](#StringParameterArray.SCHEMA_REPRESENTATION)\n- [IntParameterArray](#IntParameterArray)\n - [JSON representation](#IntParameterArray.SCHEMA_REPRESENTATION)\n- [DoubleParameterArray](#DoubleParameterArray)\n - [JSON representation](#DoubleParameterArray.SCHEMA_REPRESENTATION)\n- [BooleanParameterArray](#BooleanParameterArray)\n - [JSON representation](#BooleanParameterArray.SCHEMA_REPRESENTATION)\n\nThe type of the parameter.\n\nStringParameterArray\n--------------------\n\nThis message only contains a field of string array.\n\nIntParameterArray\n-----------------\n\nThis message only contains a field of integer array.\n\nDoubleParameterArray\n--------------------\n\nThis message only contains a field of double number array.\n\nBooleanParameterArray\n---------------------\n\nThis message only contains a field of boolean array."]]