- JSON representation
- StringParameterArray
- IntParameterArray
- DoubleParameterArray
- BooleanParameterArray
The type of the parameter.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
|
|
stringValue |
String. |
intValue |
Integer. |
doubleValue |
Double Number. |
booleanValue |
Boolean. |
stringArray |
String Array. |
intArray |
Integer Array. |
doubleArray |
Double Number Array. |
booleanArray |
Boolean Array. |
jsonValue |
Json. |
StringParameterArray
This message only contains a field of string array.
JSON representation |
---|
{ "stringValues": [ string ] } |
Fields | |
---|---|
stringValues[] |
String array. |
IntParameterArray
This message only contains a field of integer array.
JSON representation |
---|
{ "intValues": [ string ] } |
Fields | |
---|---|
intValues[] |
Integer array. |
DoubleParameterArray
This message only contains a field of double number array.
JSON representation |
---|
{ "doubleValues": [ number ] } |
Fields | |
---|---|
doubleValues[] |
Double number array. |
BooleanParameterArray
This message only contains a field of boolean array.
JSON representation |
---|
{ "booleanValues": [ boolean ] } |
Fields | |
---|---|
booleanValues[] |
Boolean array. |