kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
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