FormWidget Stay organized with collections Save and categorize content based on your preferences.
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. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-02 UTC.