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
Package-level
declarations
Types
Types
Document
Entity
Link copied to clipboard
data
class
DocumentEntity
(
val
id
:
String
,
val
title
:
String
,
val
createdAt
:
Long
,
val
lastUpdatedAt
:
Long
,
val
lastSyncedAt
:
Long
?
=
null
,
val
userId
:
String
,
val
favorite
:
Boolean
,
val
parentId
:
String
,
val
icon
:
String
?
=
null
,
val
isLocked
:
Boolean
)