FormWidget

Form widget.

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

object (CustomFieldForm)

Output only. The custom field form.

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.

CustomFieldForm

Custom field form.

JSON representation
{
  "id": integer,
  "mandatory": boolean,
  "order": integer,
  "isTrimmed": boolean,
  "values": [
    string
  ]
}
Fields
id

integer

Output only. The unique identifier of the custom field.

mandatory

boolean

Output only. Flag that indicates whether the form is mandatory or not.

order

integer

Output only. The order in which the custom field appears within the form. Lower values indicate that the field should appear first.

isTrimmed

boolean

Output only. Flag that indicates whether the form is trimmed or not.

values[]

string

Output only. The values of the form.