WidgetFieldGroupData

Widget field group data.

JSON representation
{
  "order": integer,
  "groupName": string,
  "items": [
    {
      object (WidgetFieldData)
    }
  ],
  "sourceUrl": string,
  "isIntegration": boolean,
  "isHighlight": boolean,
  "isManuallyCreated": boolean
}
Fields
order

integer

Output only. Field group order.

groupName

string

Output only. Field group name.

items[]

object (WidgetFieldData)

Output only. The list of fields in the field group.

sourceUrl

string

Output only. The entity source URL.

isIntegration

boolean

Output only. Flag that indicates whether the field group is related to a specific integration or not.

isHighlight

boolean

Output only. Flag that indicates whether the field group is highlighted.

isManuallyCreated

boolean

Output only. Flag that indicates whether the entity is manually created or not.

WidgetFieldData

Widget field data.

JSON representation
{
  "originalName": string,
  "name": string,
  "value": string
}
Fields
originalName

string

Output only. Field name.

name

string

Output only. Field display name.

value

string

Output only. Field value.