Form widget.
| JSON representation | 
|---|
| { "customFieldValues" : { object ( | 
| Fields | |
|---|---|
| customFieldValues |   Output only. The custom field form. | 
| 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. | 
CustomFieldForm
Custom field form.
| JSON representation | 
|---|
| { "id" : integer , "mandatory" : boolean , "order" : integer , "isTrimmed" : boolean , "values" : [ string ] } | 
| Fields | |
|---|---|
| id |   Output only. The unique identifier of the custom field. | 
| mandatory |   Output only. Flag that indicates whether the form is mandatory or not. | 
| order |   Output only. The order in which the custom field appears within the form. Lower values indicate that the field should appear first. | 
| isTrimmed |   Output only. Flag that indicates whether the form is trimmed or not. | 
| values[] |   Output only. The values of the form. | 

