Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.2 KB

OperatorDutySchedule.md

File metadata and controls

17 lines (13 loc) · 1.2 KB

OperatorDutySchedule

Properties

Name Type Description Notes
Id int32 The unique ID of this maintenance period [default to null]
ScheduleMode *MaintenancePeriodScheduleMode [default to null]
StartDateTime interface{} The start date/time for this schedule (for one-time schedules only) [optional] [default to null]
EndDateTime interface{} The end date/time for this maintenance period (for one-time maintenance periods only) [optional] [default to null]
WeekDay *MaintenancePeriodWeekDay [optional] [default to null]
MonthDay int32 the month day for this maintenance period (for montly maintenance periods only) [optional] [default to null]
StartTime string The start time of this maintenance period [optional] [default to null]
EndTime string The end time of this maintenance period [optional] [default to null]

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