Values.WeeklySettingSourceInformation about rotations that recur weekly.
type nonrec t = {dayOfWeek : DayOfWeek.t;The day of the week when weekly recurring on-call shift rotations begins.
*)handOffTime : HandOffTime.t;The time of day when a weekly recurring on-call shift rotation begins.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `Integer of HourOfDay.t ]) list ])
list ]