Values.ExportReadSetDetailSourceDetails about a read set.
type nonrec t = {id : ReadSetId.t option;The set's ID.
*)status : ReadSetExportJobItemStatus.t option;The set's status.
*)statusMessage : JobStatusMessage.t option;The set's status message.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ReadSetId.t ]) list ]