The data type expected by an input field.
Name | Type | Description | Notes |
---|---|---|---|
Name | string | The input field name. | |
Type | string | The data type of the field. | |
FieldType | string | Controls how the field appears in HubSpot. | [optional] |
Options | List<ActionsOption> | A list of valid options for the field value. | |
OptionsUrl | string | A URL that will accept HTTPS requests when the valid options for the field are fetched. | [optional] |
ReferencedObjectType | string | This can be set to `OWNER` if the field should contain a HubSpot owner value. | [optional] |