Values_3.SlotStartTimeRangeRequestSourceDescribes the time period for a Scheduled Instance to start its first schedule.
type nonrec t = {earliestTime : Values_0.DateTime.t option;The earliest date and time, in UTC, for the Scheduled Instance to start.
*)latestTime : Values_0.DateTime.t option;The latest date and time, in UTC, for the Scheduled Instance to start.
*)}