toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
HistoryRequest
History
Request
@
Serializable
class
HistoryRequest
(
val
output
:
Boolean
,
val
raw
:
Boolean
,
val
hist_access_type
:
String
,
val
session
:
Int
?
=
null
,
val
start
:
Int
?
=
null
,
val
stop
:
Int
?
=
null
,
val
n
:
Int
?
=
null
,
val
pattern
:
String
?
=
null
,
val
unique
:
Boolean
?
=
null
)
:
AbstractMessageContent
Members
Constructors
History
Request
Link copied to clipboard
constructor
(
output
:
Boolean
,
raw
:
Boolean
,
hist_access_type
:
String
,
session
:
Int
?
=
null
,
start
:
Int
?
=
null
,
stop
:
Int
?
=
null
,
n
:
Int
?
=
null
,
pattern
:
String
?
=
null
,
unique
:
Boolean
?
=
null
)
Properties
hist_access_type
Link copied to clipboard
val
hist_access_type
:
String
n
Link copied to clipboard
val
n
:
Int
?
=
null
output
Link copied to clipboard
val
output
:
Boolean
pattern
Link copied to clipboard
val
pattern
:
String
?
=
null
raw
Link copied to clipboard
val
raw
:
Boolean
session
Link copied to clipboard
val
session
:
Int
?
=
null
start
Link copied to clipboard
val
start
:
Int
?
=
null
stop
Link copied to clipboard
val
stop
:
Int
?
=
null
unique
Link copied to clipboard
val
unique
:
Boolean
?
=
null