# `Hunter.FilterStatus`
[🔗](https://github.com/milmazz/hunter/blob/v0.8.0/lib/hunter/filter_status.ex#L1)

FilterStatus entity

A status ID that, if matched, should cause the filter action to be taken,
part of `Hunter.Filter`

## Fields

  * `id` - the ID of the filter status
  * `status_id` - the ID of the filtered status

# `t`

```elixir
@type t() :: %Hunter.FilterStatus{id: String.t(), status_id: String.t()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
