Pagination

@Serializable
data class Pagination(val limit: Long, val offset: Long, val options: IPaginationOptions? = null)

Constructors

Link copied to clipboard
constructor(limit: Long, offset: Long, options: IPaginationOptions? = null)

Properties

Link copied to clipboard
val limit: Long
Link copied to clipboard
Link copied to clipboard