Deployment constructor

Deployment({
  1. Map<String, String>? annotations,
  2. String? artifactsGcsBucket,
  3. String? createTime,
  4. String? deleteBuild,
  5. String? deleteLogs,
  6. ApplyResults? deleteResults,
  7. String? errorCode,
  8. String? errorLogs,
  9. bool? importExistingResources,
  10. Map<String, String>? labels,
  11. String? latestRevision,
  12. String? lockState,
  13. String? name,
  14. String? quotaValidation,
  15. String? serviceAccount,
  16. String? state,
  17. String? stateDetail,
  18. TerraformBlueprint? terraformBlueprint,
  19. List<TerraformError>? tfErrors,
  20. String? tfVersion,
  21. String? tfVersionConstraint,
  22. String? updateTime,
  23. String? workerPool,
})

Implementation

Deployment({
  this.annotations,
  this.artifactsGcsBucket,
  this.createTime,
  this.deleteBuild,
  this.deleteLogs,
  this.deleteResults,
  this.errorCode,
  this.errorLogs,
  this.importExistingResources,
  this.labels,
  this.latestRevision,
  this.lockState,
  this.name,
  this.quotaValidation,
  this.serviceAccount,
  this.state,
  this.stateDetail,
  this.terraformBlueprint,
  this.tfErrors,
  this.tfVersion,
  this.tfVersionConstraint,
  this.updateTime,
  this.workerPool,
});