Module Values_1.OperationalHourSource

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

Sourcetype nonrec t = {
  1. start : Values_0.OverrideTimeSlice.t option;
    (*

    The start time that your contact center opens.

    *)
  2. end_ : Values_0.OverrideTimeSlice.t option;
    (*

    The end time that your contact center closes.

    *)
}
Sourceval make : ?start:??? -> ?end_:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of int ]) 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