Workspace constructor

Workspace(
  1. {String? bundleId,
  2. String? computerName,
  3. String? directoryId,
  4. String? errorCode,
  5. String? errorMessage,
  6. String? ipAddress,
  7. List<ModificationState>? modificationStates,
  8. bool? rootVolumeEncryptionEnabled,
  9. WorkspaceState? state,
  10. String? subnetId,
  11. String? userName,
  12. bool? userVolumeEncryptionEnabled,
  13. String? volumeEncryptionKey,
  14. String? workspaceId,
  15. 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,
});