FolderEntity

data class FolderEntity(val id: String, val accountId: String, val name: String, val role: FolderRole, val unreadCount: Int = 0, val syncedAt: Long = System.currentTimeMillis())

Constructors

Link copied to clipboard
constructor(id: String, accountId: String, name: String, role: FolderRole, unreadCount: Int = 0, syncedAt: Long = System.currentTimeMillis())

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val unreadCount: Int = 0

Functions

Link copied to clipboard