Space Space Settings
data class SpaceSpaceSettings(val appType: String? = null, val codeEditorAppSettings: SpaceSpaceSettingsCodeEditorAppSettings? = null, val customFileSystems: List<SpaceSpaceSettingsCustomFileSystem>? = null, val jupyterLabAppSettings: SpaceSpaceSettingsJupyterLabAppSettings? = null, val jupyterServerAppSettings: SpaceSpaceSettingsJupyterServerAppSettings? = null, val kernelGatewayAppSettings: SpaceSpaceSettingsKernelGatewayAppSettings? = null, val spaceStorageSettings: SpaceSpaceSettingsSpaceStorageSettings? = null)
Constructors
Link copied to clipboard
fun SpaceSpaceSettings(appType: String? = null, codeEditorAppSettings: SpaceSpaceSettingsCodeEditorAppSettings? = null, customFileSystems: List<SpaceSpaceSettingsCustomFileSystem>? = null, jupyterLabAppSettings: SpaceSpaceSettingsJupyterLabAppSettings? = null, jupyterServerAppSettings: SpaceSpaceSettingsJupyterServerAppSettings? = null, kernelGatewayAppSettings: SpaceSpaceSettingsKernelGatewayAppSettings? = null, spaceStorageSettings: SpaceSpaceSettingsSpaceStorageSettings? = null)