HookSniffAPI.Model.AlertRule (HookSniff v0.3.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.AlertRule{
  channels: [String.t()] | nil,
  condition: String.t() | nil,
  created_at: String.t() | nil,
  id: String.t() | nil,
  is_active: boolean() | nil,
  name: String.t() | nil,
  threshold: integer() | nil
}

Functions

decode(value)