ReadingList

data class ReadingList(_items: List<ReadingListItem>?, _bookGuids: List<Guid>? = null)

Reading list description.

Constructors

Link copied to clipboard
constructor(_items: List<ReadingListItem>?, _bookGuids: List<Guid>? = null)

Properties

Link copied to clipboard
val bookGuids: List<Guid>

The same as items, but just the ids.

Link copied to clipboard

Contents of the user's reading list.