ExecutionConfig constructor
ExecutionConfig({
- String? artifactStorage,
- DefaultPool? defaultPool,
- String? executionTimeout,
- PrivatePool? privatePool,
- String? serviceAccount,
- List<
String> ? usages, - bool? verbose,
- String? workerPool,
Implementation
ExecutionConfig({
this.artifactStorage,
this.defaultPool,
this.executionTimeout,
this.privatePool,
this.serviceAccount,
this.usages,
this.verbose,
this.workerPool,
});