Module Values_1.EffectiveHoursOfOperationsSource

Information about the hours of operations with the effective override applied.

Sourcetype nonrec t = {
  1. date : Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t option;
    (*

    The date that the hours of operation or overrides applies to.

    *)
  2. operationalHours : OperationalHours.t option;
    (*

    Information about the hours of operations with the effective override applied.

    *)
}
Sourceval make : ?date:??? -> ?operationalHours:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Integer of int ]) list ]) list ] list | `String of Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t