Preview constructor

Preview({
  1. Map<String, String>? annotations,
  2. String? artifactsGcsBucket,
  3. String? build,
  4. String? createTime,
  5. String? deployment,
  6. String? errorCode,
  7. String? errorLogs,
  8. Status? errorStatus,
  9. Map<String, String>? labels,
  10. String? logs,
  11. String? name,
  12. PreviewArtifacts? previewArtifacts,
  13. String? previewMode,
  14. String? serviceAccount,
  15. String? state,
  16. TerraformBlueprint? terraformBlueprint,
  17. List<TerraformError>? tfErrors,
  18. String? tfVersion,
  19. String? tfVersionConstraint,
  20. String? workerPool,
})

Implementation

Preview({
  this.annotations,
  this.artifactsGcsBucket,
  this.build,
  this.createTime,
  this.deployment,
  this.errorCode,
  this.errorLogs,
  this.errorStatus,
  this.labels,
  this.logs,
  this.name,
  this.previewArtifacts,
  this.previewMode,
  this.serviceAccount,
  this.state,
  this.terraformBlueprint,
  this.tfErrors,
  this.tfVersion,
  this.tfVersionConstraint,
  this.workerPool,
});