BuildOptions constructor

BuildOptions({
  1. bool? automapSubstitutions,
  2. String? defaultLogsBucketBehavior,
  3. String? diskSizeGb,
  4. bool? dynamicSubstitutions,
  5. List<String>? env,
  6. String? logStreamingOption,
  7. String? logging,
  8. String? machineType,
  9. PoolOption? pool,
  10. String? requestedVerifyOption,
  11. List<String>? secretEnv,
  12. List<String>? sourceProvenanceHash,
  13. String? substitutionOption,
  14. List<Volume>? volumes,
  15. String? workerPool,
})

Implementation

BuildOptions({
  this.automapSubstitutions,
  this.defaultLogsBucketBehavior,
  this.diskSizeGb,
  this.dynamicSubstitutions,
  this.env,
  this.logStreamingOption,
  this.logging,
  this.machineType,
  this.pool,
  this.requestedVerifyOption,
  this.secretEnv,
  this.sourceProvenanceHash,
  this.substitutionOption,
  this.volumes,
  this.workerPool,
});