WorkspaceBundle constructor
WorkspaceBundle({
- String? bundleId,
- ComputeType? computeType,
- String? description,
- String? imageId,
- DateTime? lastUpdatedTime,
- String? name,
- String? owner,
- RootStorage? rootStorage,
- UserStorage? userStorage,
Implementation
WorkspaceBundle({
this.bundleId,
this.computeType,
this.description,
this.imageId,
this.lastUpdatedTime,
this.name,
this.owner,
this.rootStorage,
this.userStorage,
});