Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.35 KB

CreateScheduleRotationPayload.md

File metadata and controls

16 lines (12 loc) · 1.35 KB

CreateScheduleRotationPayload

Properties

Name Type Description Notes
name str Name of rotation [optional]
start_date datetime Defines a date time as an override start. Minutes may take 0 or 30 as value. Otherwise they will be converted to nearest 0 or 30 automatically
end_date datetime Defines a date time as an override end. Minutes may take 0 or 30 as value. Otherwise they will be converted to nearest 0 or 30 automatically [optional]
type str Type of rotation. May be one of 'daily', 'weekly' and 'hourly'
length int Length of the rotation with default value 1 [optional]
participants list[Recipient] List of escalations, teams, users or the reserved word none which will be used in schedule. Each of them can be used multiple times and will be rotated in the order they given.
time_restriction TimeRestrictionInterval Used to limit schedule rotation to certain day and time of the week, using multiple start and end times for each day of the week. [optional]

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