PagingOptions

data class PagingOptions(val limit: Int? = null, val offset: Int? = null)

Constructors

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

Properties

Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val offset: Int? = null