UpdateJobExecutionResponse constructor

UpdateJobExecutionResponse({
  1. JobExecutionState? executionState,
  2. String? jobDocument,
})

Implementation

UpdateJobExecutionResponse({
  this.executionState,
  this.jobDocument,
});