| Name | Type | Description | Notes |
|---|---|---|---|
| filter_id | string | ||
| order | int | The display order of this filter. Filters on BuiltByBit are displayed in ascending order of their order value. | |
| primary | bool | 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 | \OpenAPI\Client\Model\FilterChoice[] | [optional] | |
| query_field | string | [optional] | |
| value | string | The pass-through value of this filter, only applicable where type = `text`. | [optional] |