toggle menu
Writeopia
common
switch theme
search in API
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
userId
:
String
,
val
favorite
:
Boolean
,
val
parentId
:
String
,
val
icon
:
String
?
=
null
)