JobSpec constructor

JobSpec({
  1. String? runExecutionToken,
  2. String? startExecutionToken,
  3. ExecutionTemplateSpec? template,
})

Implementation

JobSpec({
  this.runExecutionToken,
  this.startExecutionToken,
  this.template,
});