Values.MaintenanceScheduleSourceThe information about the maintenance schedule.
type nonrec t = {endTime : Timestamp.t option;The time the scheduled maintenance is to end.
*)startTime : Timestamp.t option;The time the scheduled maintenance is to start.
*)}