Module Values.WaypointOptimizationAccessHoursSource

Access hours corresponding to when a destination can be visited.

Sourcetype nonrec t = {
  1. from : WaypointOptimizationAccessHoursEntry.t;
    (*

    Contains the ID of the starting waypoint in this connection.

    *)
  2. to_ : WaypointOptimizationAccessHoursEntry.t;
    (*

    Contains the ID of the ending waypoint in this connection.

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