ReadingListItem

data class ReadingListItem(val guid: Guid, val addDate: Date)

Description of an item that's in a ReadingList.

Constructors

Link copied to clipboard
constructor(guid: Guid, addDate: Date)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerializedName(value = "addedAt")
val addDate: Date

The date when the item as added to the reading list.

Link copied to clipboard
@SerializedName(value = "contentGuid")
val guid: Guid

The id of the item.