Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia_models
/
io.writeopia.sdk.models.document
/
Folder
/
Folder
Folder
constructor
(
id
:
String
,
parentId
:
String
,
title
:
String
,
createdAt
:
Instant
,
lastUpdatedAt
:
Instant
,
userId
:
String
,
favorite
:
Boolean
=
false
,
icon
:
MenuItem.Icon
?
=
null
,
itemCount
:
Long
,
documentList
:
List
<
Document
>
=
emptyList()
,
lastSyncedAt
:
Instant
?
=
null
)