Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.48 KB

UpdateNotificationRulePayload.md

File metadata and controls

18 lines (14 loc) · 1.48 KB

UpdateNotificationRulePayload

Properties

Name Type Description Notes
name str Name of the notification rule [optional]
criteria Filter [optional]
notification_time list[NotifyTime] List of Time Periods that notification for schedule start/end will be sent [optional]
time_restriction TimeRestrictionInterval Time interval that notification rule will work [optional]
schedules list[ScheduleRecipient] List of schedules that notification rule will be applied when on call of that schedule starts/ends. This field is valid for Schedule Start/End rules [optional]
steps list[CreateNotificationRuleStepPayload] List of steps that will be added to notification rule [optional]
repeat NotificationRepeat The amount of time in minutes that notification steps will be repeatedly apply [optional]
order int The order of the notification rule within the notification rules with the same action type [optional]
enabled bool Defines if notification rule will be enabled or not when it is created [optional]

[Back to Model list] [Back to API list] [Back to README]