OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.AlertRequestStatus

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.AlertRequestStatus{
  action: String.t(),
  alertId: String.t(),
  alias: String.t(),
  integrationId: String.t(),
  isSuccess: boolean(),
  processedAt: DateTime.t(),
  status: String.t()
}