Build constructor
Build({
- BuildApproval? approval,
- Artifacts? artifacts,
- Secrets? availableSecrets,
- String? buildTriggerId,
- String? createTime,
- FailureInfo? failureInfo,
- String? finishTime,
- GitConfig? gitConfig,
- String? id,
- List<
String> ? images, - String? logUrl,
- String? logsBucket,
- String? name,
- BuildOptions? options,
- String? projectId,
- String? queueTtl,
- Results? results,
- List<
Secret> ? secrets, - String? serviceAccount,
- Source? source,
- SourceProvenance? sourceProvenance,
- String? startTime,
- String? status,
- String? statusDetail,
- List<
BuildStep> ? steps, - Map<
String, String> ? substitutions, - List<
String> ? tags, - String? timeout,
- Map<
String, TimeSpan> ? timing, - List<
Warning> ? warnings,
Implementation
Build({
this.approval,
this.artifacts,
this.availableSecrets,
this.buildTriggerId,
this.createTime,
this.failureInfo,
this.finishTime,
this.gitConfig,
this.id,
this.images,
this.logUrl,
this.logsBucket,
this.name,
this.options,
this.projectId,
this.queueTtl,
this.results,
this.secrets,
this.serviceAccount,
this.source,
this.sourceProvenance,
this.startTime,
this.status,
this.statusDetail,
this.steps,
this.substitutions,
this.tags,
this.timeout,
this.timing,
this.warnings,
});