toggle menu
graph-guard
0.24.3
jvm
switch theme
search in API
graph-guard
/
io.github.cfraser.graphguard
/
Bolt
/
Record
Record
@
JvmRecord
data
class
Record
(
val
data
:
List
<
Any
?
>
)
:
Record
,
Bolt.Response
The
RECORD
message.
Members
Constructors
Record
Link copied to clipboard
constructor
(
data
:
List
<
Any
?
>
)
Properties
data
Link copied to clipboard
val
data
:
List
<
Any
?
>
Functions
and
Link copied to clipboard
open
infix
fun
and
(
that
:
Bolt.Message
)
:
Bolt.Messages
Combine
this
Message
that
.