Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia
/
io.writeopia.sdk.model.document
/
DocumentInfo
/
DocumentInfo
Document
Info
constructor
(
id
:
String
=
GenerateId.generate()
,
title
:
String
=
""
,
createdAt
:
Instant
,
lastUpdatedAt
:
Instant
,
lastSyncedAt
:
Instant
?
,
isLocked
:
Boolean
,
parentId
:
String
=
"root"
,
icon
:
MenuItem.Icon
?
=
null
,
isFavorite
:
Boolean
,
userId
:
String
,
companyId
:
String
?
)