StartNextPendingJobExecutionResponse constructor

StartNextPendingJobExecutionResponse({
  1. JobExecution? execution,
})

Implementation

StartNextPendingJobExecutionResponse({
  this.execution,
});