ExecutionConfig constructor

ExecutionConfig({
  1. String? artifactStorage,
  2. DefaultPool? defaultPool,
  3. String? executionTimeout,
  4. PrivatePool? privatePool,
  5. String? serviceAccount,
  6. List<String>? usages,
  7. String? workerPool,
})

Implementation

ExecutionConfig({
  this.artifactStorage,
  this.defaultPool,
  this.executionTimeout,
  this.privatePool,
  this.serviceAccount,
  this.usages,
  this.workerPool,
});