Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_persistence_room
/
io.writeopia.sdk.persistence.entity.document
/
DocumentEntity
/
DocumentEntity
Document
Entity
constructor
(
id
:
String
,
title
:
String
,
createdAt
:
Long
,
lastUpdatedAt
:
Long
,
lastSyncedAt
:
Long
?
=
null
,
userId
:
String
,
favorite
:
Boolean
,
parentId
:
String
,
icon
:
String
?
=
null
,
isLocked
:
Boolean
)