Statistics widget.
JSON representation |
---|
{ "fields": [ { object ( |
Fields | |
---|---|
fields[] |
Output only. The field distribution. |
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. |
FieldDistribution
Field distribution.
JSON representation |
---|
{
"displayFieldName": string,
"rawFieldName": string,
"values": [
{
object ( |
Fields | |
---|---|
displayFieldName |
Output only. The field name. |
rawFieldName |
Output only. The raw field name. |
values[] |
Output only. The field values. |
FieldValueData
Field value data.
JSON representation |
---|
{ "value": string, "count": integer, "percentage": integer } |
Fields | |
---|---|
value |
Output only. The field value. |
count |
Output only. The count of the field value. |
percentage |
Output only. The percentage of the field value. |