toggle menu
Writeopia
common
switch theme
search in API
plugin:writeopia_serialization
/
io.writeopia.sdk.serialization.data
/
DocumentApi
/
DocumentApi
Document
Api
constructor
(
id
:
String
=
""
,
title
:
String
=
""
,
userId
:
String
,
content
:
List
<
StoryStepApi
>
=
emptyList()
,
createdAt
:
Long
=
Clock.System.now().toEpochMilliseconds()
,
lastUpdatedAt
:
Long
=
Clock.System.now().toEpochMilliseconds()
,
parentId
:
String
)