TupleResult
TupleResult
The dimension tuple results computed based on the query keys used to run the query.
JSON Example
{
"key": [
"string"
],
"valueList": [
{
"count": 0,
"value": [
"string"
]
}
]
}
array of string
key
Optional
The keys used to surface the dimensions.
array of TupleValueResult
valueList
Optional
All the possible value combination satisfying the provided keys and their respective counts from the query keys.