JobSpec constructor
JobSpec({
- String? runExecutionToken,
- String? startExecutionToken,
- ExecutionTemplateSpec? template,
Implementation
JobSpec({
this.runExecutionToken,
this.startExecutionToken,
this.template,
});