Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.event.events.data
/
UpdateDataEventSchema
/
Update
/
UpdateDate
/
Inline
Inline
@
Serializable
@
SerialName
(
value
=
"Inline"
)
data
class
Inline
(
val
data
:
Map
<
String
,
AnySerializable
?
>
)
:
UpdateDataEventSchema.Update.UpdateDate
Members
Constructors
Inline
Link copied to clipboard
constructor
(
data
:
Map
<
String
,
AnySerializable
?
>
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
Map
<
String
,
AnySerializable
?
>