Values_0.HoursOfOperationOverrideConfigSourceInformation about the hours of operation override config: day, start time, and end time.
type nonrec t = {day : OverrideDays.t option;The day that the hours of operation override applies to.
*)startTime : OverrideTimeSlice.t option;The start time when your contact center opens if overrides are applied.
*)endTime : OverrideTimeSlice.t option;The end time that your contact center closes if overrides are applied.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `Integer of Hours24Format.t ]) list ])
list ]