OpsGenie REST API v0.1.1 OpsGenieRESTAPI.Model.NotificationRule
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %OpsGenieRESTAPI.Model.NotificationRule{
actionType: NotificationActionType,
criteria: Filter,
enabled: boolean(),
id: String.t(),
name: String.t(),
notificationTime: [NotifyTime],
order: integer(),
repeat: NotificationRepeat,
schedules: [ScheduleRecipient],
steps: [NotificationRuleStep],
timeRestriction: TimeRestrictionInterval
}