| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | Field type | [optional] [readonly] |
| options | [FieldOption] | Lists of options (only for fields of type 'options') | [optional] [readonly] |
| fieldId | String | Field ID | [optional] [readonly] |
| name | String | Name of the field | |
| format | String | Field format | |
| unique | Boolean | True if the field is unique, false otherwise | [optional] |
-
base(value:"base") -
extra(value:"extra")
-
date(value:"date") -
text(value:"text") -
cellphone(value:"cellphone") -
phone(value:"phone") -
number(value:"number") -
email(value:"email") -
options(value:"options")