toggle menu
writeopia_serialization
common
switch theme
search in API
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
)