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

Report entity

This module defines a `Hunter.Report` struct.

## Fields

  * `id` - id of the report
  * `action_taken` - action taken in response to the report

# `t`

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

---

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