Values_2.InstanceEventWindowTimeRangeRequestSourceThe start day and time and the end day and time of the time range, in UTC.
type nonrec t = {startWeekDay : Values_0.WeekDay.t option;The day on which the time range begins.
*)startHour : Values_0.Hour.t option;The hour when the time range begins.
*)endWeekDay : Values_0.WeekDay.t option;The day on which the time range ends.
*)endHour : Values_0.Hour.t option;The hour when the time range ends.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of Values_0.Hour.t ]) list ]