Values.ExportJobSummarySourceA summary of the export job.
type nonrec t = {jobId : JobId.t option;The export job ID.
*)exportSourceType : ExportSourceType.t option;The source type of the export job.
*)jobStatus : JobStatus.t option;The status of the export job.
*)createdTimestamp : Timestamp.t option;The timestamp of when the export job was created.
*)completedTimestamp : Timestamp.t option;The timestamp of when the export job was completed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of JobId.t | `Timestamp of Timestamp.t ])
list ]