Workspace constructor
Workspace({
- String? bundleId,
- String? computerName,
- String? directoryId,
- String? errorCode,
- String? errorMessage,
- String? ipAddress,
- List<
ModificationState> ? modificationStates, - bool? rootVolumeEncryptionEnabled,
- WorkspaceState? state,
- String? subnetId,
- String? userName,
- bool? userVolumeEncryptionEnabled,
- String? volumeEncryptionKey,
- String? workspaceId,
- WorkspaceProperties? workspaceProperties,
Implementation
Workspace({
this.bundleId,
this.computerName,
this.directoryId,
this.errorCode,
this.errorMessage,
this.ipAddress,
this.modificationStates,
this.rootVolumeEncryptionEnabled,
this.state,
this.subnetId,
this.userName,
this.userVolumeEncryptionEnabled,
this.volumeEncryptionKey,
this.workspaceId,
this.workspaceProperties,
});