OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.UpdateNotificationRulePayload

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.UpdateNotificationRulePayload{
  criteria: Filter,
  enabled: boolean(),
  name: String.t(),
  notificationTime: [NotifyTime],
  order: integer(),
  repeat: NotificationRepeat,
  schedules: [ScheduleRecipient],
  steps: [CreateNotificationRuleStepPayload],
  timeRestriction: TimeRestrictionInterval
}