Build constructor

Build({
  1. Map<String, String>? annotations,
  2. String? buildLogsUri,
  3. Config? config,
  4. String? createTime,
  5. String? deleteTime,
  6. String? displayName,
  7. String? environment,
  8. List<Error>? errors,
  9. String? etag,
  10. String? image,
  11. Map<String, String>? labels,
  12. String? name,
  13. bool? reconciling,
  14. BuildSource? source,
  15. String? state,
  16. String? uid,
  17. String? updateTime,
})

Implementation

Build({
  this.annotations,
  this.buildLogsUri,
  this.config,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.environment,
  this.errors,
  this.etag,
  this.image,
  this.labels,
  this.name,
  this.reconciling,
  this.source,
  this.state,
  this.uid,
  this.updateTime,
});