| Name | Type | Description | Notes |
|---|---|---|---|
| filterId | String | ||
| order | Integer | The display order of this filter. Filters on BuiltByBit are displayed in ascending order of their order value. | |
| primary | Boolean | Whether or not BuiltByBit considers this a primary filter. Primary filters are displayed more prominently. | |
| title | String | ||
| type | String | Supported types: 'radio': a finite choice set (see `choices`). You'll likely want to use the radio HTML tag. 'select': a finite choice set (see `choices`). You'll likely want to use the select HTML tag. 'text': user text input. | |
| choices | List<FilterChoice> | [optional] | |
| queryField | String | [optional] | |
| value | String | The pass-through value of this filter, only applicable where type = `text`. | [optional] |