toggle menu
Writeopia
common
switch theme
search in API
writeopia
/
io.writeopia.sdk.model.document
/
DocumentInfo
/
DocumentInfo
Document
Info
constructor
(
id
:
String
=
GenerateId.generate()
,
title
:
String
=
""
,
createdAt
:
Instant
,
lastUpdatedAt
:
Instant
,
parentId
:
String
=
"root"
,
icon
:
MenuItem.Icon
?
=
null
)