Values_1.OverrideHourSourceInformation about hours of operation override
type nonrec t = {start : Values_0.OverrideTimeSlice.t option;end_ : Values_0.OverrideTimeSlice.t option;overrideName : Values_0.CommonHumanReadableName.t option;Unique identifier name for the override.
*)operationalStatus : OperationalStatus.t option;Indicates whether the status is open or closed during the override period. This status determines how the override modifies the base hours of operation schedule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.CommonHumanReadableName.t
| `Structure of (string * [> `Integer of int ]) list ])
list ]