HookSniffAPI.Model.AlertRule (hooksniff v1.0.0)

Summary

Types

t()

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

Functions

decode(value)