Revision constructor

Revision({
  1. String? action,
  2. ApplyResults? applyResults,
  3. String? build,
  4. String? createTime,
  5. String? errorCode,
  6. String? errorLogs,
  7. bool? importExistingResources,
  8. String? logs,
  9. String? name,
  10. String? quotaValidation,
  11. String? quotaValidationResults,
  12. String? serviceAccount,
  13. String? state,
  14. String? stateDetail,
  15. TerraformBlueprint? terraformBlueprint,
  16. List<TerraformError>? tfErrors,
  17. String? tfVersion,
  18. String? tfVersionConstraint,
  19. String? updateTime,
  20. String? workerPool,
})

Implementation

Revision({
  this.action,
  this.applyResults,
  this.build,
  this.createTime,
  this.errorCode,
  this.errorLogs,
  this.importExistingResources,
  this.logs,
  this.name,
  this.quotaValidation,
  this.quotaValidationResults,
  this.serviceAccount,
  this.state,
  this.stateDetail,
  this.terraformBlueprint,
  this.tfErrors,
  this.tfVersion,
  this.tfVersionConstraint,
  this.updateTime,
  this.workerPool,
});