Module Values.ReservationDetailsSource

Details of a ground station reservation.

Sourcetype nonrec t = {
  1. maintenance : MaintenanceReservationDetails.t option;
    (*

    Details of a maintenance reservation.

    *)
  2. contact : ContactReservationDetails.t option;
    (*

    Details of a contact reservation.

    *)
}
Sourceval make : ?maintenance:??? -> ?contact:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of Uuid.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