Deployment constructor
Deployment({
- Map<
String, String> ? annotations, - String? artifactsGcsBucket,
- String? createTime,
- String? deleteBuild,
- String? deleteLogs,
- ApplyResults? deleteResults,
- String? errorCode,
- String? errorLogs,
- bool? importExistingResources,
- Map<
String, String> ? labels, - String? latestRevision,
- String? lockState,
- String? name,
- String? quotaValidation,
- String? serviceAccount,
- String? state,
- String? stateDetail,
- TerraformBlueprint? terraformBlueprint,
- List<
TerraformError> ? tfErrors, - String? tfVersion,
- String? tfVersionConstraint,
- String? updateTime,
- 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,
});