Widget field group data.
| JSON representation |
|---|
{
"order"
:
integer
,
"groupName"
:
string
,
"items"
:
[
{
object (
|
| Fields | |
|---|---|
order
|
Output only. Field group order. |
groupName
|
Output only. Field group name. |
items[]
|
Output only. The list of fields in the field group. |
sourceUrl
|
Output only. The entity source URL. |
isIntegration
|
Output only. Flag that indicates whether the field group is related to a specific integration or not. |
isHighlight
|
Output only. Flag that indicates whether the field group is highlighted. |
isManuallyCreated
|
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
|
Output only. Field name. |
name
|
Output only. Field display name. |
value
|
Output only. Field value. |

