toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
IsCompleteReply
Is
Complete
Reply
@
Serializable
class
IsCompleteReply
(
val
status
:
String
,
val
indent
:
String
?
=
null
)
:
AbstractMessageContent
Members
Constructors
Is
Complete
Reply
Link copied to clipboard
constructor
(
status
:
String
,
indent
:
String
?
=
null
)
Properties
indent
Link copied to clipboard
val
indent
:
String
?
=
null
status
Link copied to clipboard
val
status
:
String