StatisticsWidget

Statistics widget.

JSON representation
{
  "fields": [
    {
      object (FieldDistribution)
    }
  ],
  "title": string,
  "order": integer,
  "type": enum (WidgetTemplateType),
  "gridColumns": enum (WidgetTemplateGridColumns),
  "description": string,
  "identifier": string,
  "jsonData": string,
  "errorJsonData": string,
  "resultStatus": enum (WidgetResultStatus)
}
Fields
fields[]

object (FieldDistribution)

Output only. The field distribution.

title

string

Output only. The widget title.

order

integer

Output only. The widget order.

type

enum (WidgetTemplateType)

Output only. The widget template type.

gridColumns

enum (WidgetTemplateGridColumns)

Output only. The widget template grid columns.

description

string

Output only. The widget description.

identifier

string

Output only. The widget identifier.

jsonData

string

Output only. The widget json data.

errorJsonData

string

Output only. The widget error json data.

resultStatus

enum (WidgetResultStatus)

Output only. The widget result status.

FieldDistribution

Field distribution.

JSON representation
{
  "displayFieldName": string,
  "rawFieldName": string,
  "values": [
    {
      object (FieldValueData)
    }
  ]
}
Fields
displayFieldName

string

Output only. The field name.

rawFieldName

string

Output only. The raw field name.

values[]

object (FieldValueData)

Output only. The field values.

FieldValueData

Field value data.

JSON representation
{
  "value": string,
  "count": integer,
  "percentage": integer
}
Fields
value

string

Output only. The field value.

count

integer

Output only. The count of the field value.

percentage

integer

Output only. The percentage of the field value.