Module Values.DataRepositoryTasksSource

Sourcetype nonrec t = DataRepositoryTask.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : DataRepositoryTask.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of DataRepositoryTaskPath.t | `Structure of (string * [> `String of TagKey.t ]) list ] list | `Long of CapacityToRelease.t | `String of TaskId.t | `Structure of (string * [> `Boolean of Flag.t | `Enum of string | `Long of TotalCount.t | `String of ErrorMessage.t | `Structure of (string * [> `Enum of string | `Long of Value.t ]) list | `Timestamp of LastUpdatedTime.t ]) list | `Timestamp of CreationTime.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> DataRepositoryTask.t list