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

Rule entity

A rule that server users should follow

## Fields

  * `id` - the ID of the rule
  * `text` - the rule to be followed
  * `hint` - longer-form description of the rule

# `t`

```elixir
@type t() :: %Hunter.Rule{hint: String.t() | nil, id: String.t(), text: String.t()}
```

---

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