Module Values.TaskSummariesSource

Sourcetype nonrec t = TaskSummary.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : TaskSummary.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Integer of TaskRetryCount.t | `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `String of IntString.t ]) list ]) list | `String of TaskId.t | `Timestamp of CreatedAt.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> TaskSummary.t list
Sourceval of_json : [> Yojson.Safe.t ] -> TaskSummary.t list
Sourceval to_json : TaskSummary.t list -> Yojson.Safe.t