GetJobRunResponse constructor

GetJobRunResponse({
  1. JobRun? jobRun,
})

Implementation

GetJobRunResponse({
  this.jobRun,
});