Values.JobRunSummarySourceThe job run summary.
type nonrec t = {domainId : DomainId.t option;The domain ID of the job run.
*)jobId : String_.t option;The job ID of a job run.
*)jobType : JobType.t option;The job type of a job run.
*)runId : String_.t option;The run ID of a job run.
*)runMode : JobRunMode.t option;The run mode of a job run.
*)status : JobRunStatus.t option;The status of a job run.
*)error : JobRunError.t option;The error of a job run.
*)createdBy : String_.t option;The user who created the job run.
*)createdAt : Timestamp.t option;The timestamp at which job run was created.
*)startTime : Timestamp.t option;The start time of a job run.
*)endTime : Timestamp.t option;The end time of a job run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]