Values.GetJobRunRequestSourceDisplays detailed information about a job run.
type nonrec t = {applicationId : ApplicationId.t;The ID of the application on which the job run is submitted.
*)jobRunId : JobRunId.t;The ID of the job run.
*)attempt : AttemptNumber.t option;An optimal parameter that indicates the amount of attempts for the job. If not specified, this value defaults to the attempt of the latest job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of AttemptNumber.t | `String of ApplicationId.t ])
list ]