Hunter.Report (hunter v0.7.0)

Copy Markdown View Source

Report entity

This module defines a Hunter.Report struct.

Fields

  • id - id of the report
  • action_taken - action taken in response to the report

Summary

Types

t()

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