OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.NotificationPolicy

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.NotificationPolicy{
  autoCloseAction: AutoCloseAction,
  autoRestartAction: AutoRestartAction,
  deduplicationAction: DeduplicationAction,
  delayAction: DelayAction,
  enabled: boolean(),
  filter: Filter,
  id: String.t(),
  name: String.t(),
  policyDescription: String.t(),
  suppress: boolean(),
  teamId: String.t(),
  timeRestrictions: TimeRestrictionInterval,
  type: String.t()
}