HookSniffAPI.Model.AlertNotificationListResponse (hooksniff v1.0.0)

Paginated list of alert notifications

Summary

Types

t()

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

Functions

decode(value)