Key value widget.
JSON representation |
---|
{ "keyValues": [ { object ( |
Fields | |
---|---|
keyValues[] |
Output only. The key value statistics. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
KeyValueStatistics
Key value statistics.
JSON representation |
---|
{ "key": string, "commonValue": string, "values": [ string ], "commonValueCount": integer, "totalValuesCount": integer, "order": integer } |
Fields | |
---|---|
key |
Output only. The key. |
commonValue |
Output only. The common value. |
values[] |
Output only. The values. |
commonValueCount |
Output only. The common value count. |
totalValuesCount |
Output only. The total values count. |
order |
Output only. The key value statistics order. |