Hunter.FilterStatus (hunter v0.7.0)

Copy Markdown View Source

FilterStatus entity

A status ID that, if matched, should cause the filter action to be taken, part of Hunter.Filter

Fields

  • id - the ID of the filter status
  • status_id - the ID of the filtered status

Summary

Types

t()

@type t() :: %Hunter.FilterStatus{id: String.t(), status_id: String.t()}