Module Values.JobSummariesSource

Sourcetype nonrec t = JobSummary.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : JobSummary.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `String of ID.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> JobSummary.t list
Sourceval of_json : [> Yojson.Safe.t ] -> JobSummary.t list
Sourceval to_json : JobSummary.t list -> Yojson.Safe.t