Module Values.ExportTasksSource

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