Values.DataSetExportItemSourceIdentifies a specific data set to export from an external location.
type nonrec t = {datasetName : String200.t;The data set.
*)externalLocation : ExternalLocation.t;The location of the data set.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String200.t
| `Structure of (string * [> `String of String2000.t ]) list ])
list ]