HookSniffAPI.Model.AlertRuleListResponse (hooksniff v1.0.0)

Paginated list of alert rules

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.AlertRuleListResponse{
  data: [HookSniffAPI.Model.AlertRule.t()],
  has_more: boolean(),
  total: integer()
}

Functions

decode(value)