UpdateJobExecutionResponse constructor
UpdateJobExecutionResponse({
- JobExecutionState? executionState,
- String? jobDocument,
Implementation
UpdateJobExecutionResponse({
this.executionState,
this.jobDocument,
});