Bookmark
data class Bookmark(val userReference: UserReference, val tags: List<String>, val collections: List<CollectionReference>, val date: LocalDate, val notes: Html, val bookmarkType: BookmarkType)
Constructors
Link copied to clipboard
constructor(userReference: UserReference, tags: List<String>, collections: List<CollectionReference>, date: LocalDate, notes: Html, bookmarkType: BookmarkType)