Hunter.PrivacyPolicy (hunter v0.7.0)

Copy Markdown View Source

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

Summary

Types

t()

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