HookSniffAPI.Model.UpdateAlertRuleRequest (hooksniff v1.0.0)

Request to update an existing alert rule (all fields optional)

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.UpdateAlertRuleRequest{
  channels: [String.t()],
  condition: String.t(),
  name: String.t(),
  threshold: integer()
}

Functions

decode(value)