WorkspaceBundle constructor

WorkspaceBundle({
  1. String? bundleId,
  2. ComputeType? computeType,
  3. String? description,
  4. String? imageId,
  5. DateTime? lastUpdatedTime,
  6. String? name,
  7. String? owner,
  8. RootStorage? rootStorage,
  9. UserStorage? userStorage,
})

Implementation

WorkspaceBundle({
  this.bundleId,
  this.computeType,
  this.description,
  this.imageId,
  this.lastUpdatedTime,
  this.name,
  this.owner,
  this.rootStorage,
  this.userStorage,
});