toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
common-dependencies
/
org.jetbrains.kotlinx.jupyter.common
/
ResponseImpl
Response
Impl
data
class
ResponseImpl
(
val
status
:
Status
,
val
text
:
String
)
:
Response
Members
Constructors
Response
Impl
Link copied to clipboard
constructor
(
status
:
Status
,
text
:
String
)
Properties
status
Link copied to clipboard
open
override
val
status
:
Status
text
Link copied to clipboard
open
override
val
text
:
String