Values.ImportJobSummarySourceA summary of the import job.
type nonrec t = {jobId : JobId.t option;importDestination : ImportDestination.t option;jobStatus : JobStatus.t option;createdTimestamp : Timestamp.t option;The date and time when the import job was created.
*)processedRecordsCount : ProcessedRecordsCount.t option;The current number of records processed.
*)failedRecordsCount : FailedRecordsCount.t option;The number of records that failed processing because of invalid input or other reasons.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ProcessedRecordsCount.t
| `String of JobId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of ContactListName.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]