| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Name | [optional] |
| label | string | Human-readable label | [optional] |
| description | string | Description of field | [optional] |
| type | string | Type of field. | [optional] |
| default | string | Default value of the field. | [optional] |
| oauth_url | string | The URL for an oauth link, if type is 'oauth_link'. | [optional] |
| interactive | bool | Whether or not a field supports interactive forms. | [optional] |
| required | bool | Whether or not the field is required. This is a user-interface hint. A user interface displaying this form should not submit it without a value for this field. The action server must also perform this validation. | [optional] |
| options | \Swagger\Client\Model\DataActionFormSelectOption[] | If the form type is 'select', a list of options to be selected from. | [optional] |