| Name | Type | Description | Notes |
|---|---|---|---|
| model | str | The model this filterable comes from (used for field suggestions). | [optional] |
| view | str | The view this filterable comes from (used for field suggestions). | [optional] |
| name | str | The name of the filterable thing (Query or Merged Results). | [optional] |
| listen | list[ResultMakerFilterablesListen] | array of dashboard_filter_name: and field: objects. | [optional] |
| can | dict(str, bool) | Operations the current user is able to perform on this object | [optional] |