CreateContainerVersionResponse constructor
CreateContainerVersionResponse({
- bool? compilerError,
- ContainerVersion? containerVersion,
- String? newWorkspacePath,
- SyncStatus? syncStatus,
Implementation
CreateContainerVersionResponse({
this.compilerError,
this.containerVersion,
this.newWorkspacePath,
this.syncStatus,
});