AppImageConfigKernelSpec

data class AppImageConfigKernelSpec(val displayName: String? = null, val name: String)

Constructors

Link copied to clipboard
constructor(displayName: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The display name of the kernel.

Link copied to clipboard

The name of the kernel.