Module Values_0.HoursOfOperationConfigSource

Contains information about the hours of operation.

Sourcetype nonrec t = {
  1. day : HoursOfOperationDays.t;
    (*

    The day that the hours of operation applies to.

    *)
  2. startTime : HoursOfOperationTimeSlice.t;
    (*

    The start time that your contact center opens.

    *)
  3. endTime : HoursOfOperationTimeSlice.t;
    (*

    The end time that your contact center closes.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Integer of Hours24Format.t ]) list ]) 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