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

PrivacyPolicy entity

The privacy policy of the instance

## Fields

  * `updated_at` - when the content was last updated
  * `content` - the rendered HTML content of the privacy policy

# `t`

```elixir
@type t() :: %Hunter.PrivacyPolicy{content: String.t(), updated_at: String.t()}
```

---

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