OffsetPageInfo

data class OffsetPageInfo(val offset: Int? = null)

Represents a pagination state, to get a specific page of results from an API.

Constructors

Link copied to clipboard
constructor(offset: Int? = null)

Properties

Link copied to clipboard
val offset: Int? = null

The number of items to skip at the start of the queried list.