Preview constructor
Preview({
- Map<
String, String> ? annotations, - String? artifactsGcsBucket,
- String? build,
- String? createTime,
- String? deployment,
- String? errorCode,
- String? errorLogs,
- Status? errorStatus,
- Map<
String, String> ? labels, - String? logs,
- String? name,
- PreviewArtifacts? previewArtifacts,
- String? previewMode,
- String? serviceAccount,
- String? state,
- TerraformBlueprint? terraformBlueprint,
- List<
TerraformError> ? tfErrors, - String? tfVersion,
- String? tfVersionConstraint,
- 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,
});