Revision constructor
Revision({
- String? action,
- ApplyResults? applyResults,
- String? build,
- String? createTime,
- String? errorCode,
- String? errorLogs,
- bool? importExistingResources,
- String? logs,
- String? name,
- String? quotaValidation,
- String? quotaValidationResults,
- String? serviceAccount,
- String? state,
- String? stateDetail,
- TerraformBlueprint? terraformBlueprint,
- List<
TerraformError> ? tfErrors, - String? tfVersion,
- String? tfVersionConstraint,
- String? updateTime,
- 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,
});