toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
StreamResponse
Stream
Response
@
Serializable
class
StreamResponse
(
val
name
:
String
,
val
text
:
String
)
:
AbstractMessageContent
Members
Constructors
Stream
Response
Link copied to clipboard
constructor
(
name
:
String
,
text
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
text
Link copied to clipboard
val
text
:
String