JobExecutionSettings constructor

JobExecutionSettings({
  1. bool? allowDeferredExecution,
  2. String? dataAccessRoleArn,
})

Implementation

JobExecutionSettings({
  this.allowDeferredExecution,
  this.dataAccessRoleArn,
});