Module Values.ExportTaskSummarySource

Export task summary.

Sourcetype nonrec t = {
  1. serversCount : PositiveInteger.t option;
    (*

    Export task summary servers count.

    *)
  2. applicationsCount : PositiveInteger.t option;
    (*

    Export task summary applications count.

    *)
  3. wavesCount : PositiveInteger.t option;
    (*

    Export task summary waves count.

    *)
}
Sourceval make : ?serversCount:??? -> ?applicationsCount:??? -> ?wavesCount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of PositiveInteger.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