CreateContainerVersionResponse constructor

CreateContainerVersionResponse({
  1. bool? compilerError,
  2. ContainerVersion? containerVersion,
  3. String? newWorkspacePath,
  4. SyncStatus? syncStatus,
})

Implementation

CreateContainerVersionResponse({
  this.compilerError,
  this.containerVersion,
  this.newWorkspacePath,
  this.syncStatus,
});