Response

data class Response(val lastRecent: RecentModel?, val list: List<RecentModel>)

Notifications response

Constructors

Link copied to clipboard
constructor(lastRecent: RecentModel?, list: List<RecentModel>)

Properties

Link copied to clipboard

The last recent to remember for the next request

Link copied to clipboard

The items to be notified