toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
getting-started
/
org.jetbrains.kotlinx.jupyter.example
/
Car
Car
data
class
Car
(
val
model
:
String
,
val
inceptionYear
:
Int
,
val
owner
:
Person
)
Members
Constructors
Car
Link copied to clipboard
constructor
(
model
:
String
,
inceptionYear
:
Int
,
owner
:
Person
)
Properties
inception
Year
Link copied to clipboard
val
inceptionYear
:
Int
model
Link copied to clipboard
val
model
:
String
owner
Link copied to clipboard
val
owner
:
Person