BuildOptions constructor
BuildOptions({
- bool? automapSubstitutions,
- String? defaultLogsBucketBehavior,
- String? diskSizeGb,
- bool? dynamicSubstitutions,
- List<
String> ? env, - String? logStreamingOption,
- String? logging,
- String? machineType,
- PoolOption? pool,
- String? requestedVerifyOption,
- List<
String> ? secretEnv, - List<
String> ? sourceProvenanceHash, - String? substitutionOption,
- List<
Volume> ? volumes, - 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,
});