Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_serialization
/
io.writeopia.sdk.serialization.data
/
FolderApi
/
FolderApi
Folder
Api
constructor
(
id
:
String
,
parentId
:
String
,
title
:
String
,
createdAt
:
Instant
,
lastUpdatedAt
:
Instant
,
userId
:
String
,
favorite
:
Boolean
=
false
,
icon
:
IconApi
?
=
null
,
itemCount
:
Long
)