User Profile User Settings
data class UserProfileUserSettings(val canvasAppSettings: UserProfileUserSettingsCanvasAppSettings? = null, val executionRole: String, val jupyterServerAppSettings: UserProfileUserSettingsJupyterServerAppSettings? = null, val kernelGatewayAppSettings: UserProfileUserSettingsKernelGatewayAppSettings? = null, val rSessionAppSettings: UserProfileUserSettingsRSessionAppSettings? = null, val securityGroups: List<String>? = null, val sharingSettings: UserProfileUserSettingsSharingSettings? = null, val tensorBoardAppSettings: UserProfileUserSettingsTensorBoardAppSettings? = null)
Constructors
Link copied to clipboard
fun UserProfileUserSettings(canvasAppSettings: UserProfileUserSettingsCanvasAppSettings? = null, executionRole: String, jupyterServerAppSettings: UserProfileUserSettingsJupyterServerAppSettings? = null, kernelGatewayAppSettings: UserProfileUserSettingsKernelGatewayAppSettings? = null, rSessionAppSettings: UserProfileUserSettingsRSessionAppSettings? = null, securityGroups: List<String>? = null, sharingSettings: UserProfileUserSettingsSharingSettings? = null, tensorBoardAppSettings: UserProfileUserSettingsTensorBoardAppSettings? = null)