ScopePagination

data class ScopePagination(var number: Number? = null, var size: Number? = null, var limit: Number? = null, var offset: Number? = null)(source)

The pagination options.

Parameters

number

The page number.

size

The number of items per page.

limit

The number of items to return.

offset

The number of items to skip.

Constructors

Link copied to clipboard
constructor(number: Number? = null, size: Number? = null, limit: Number? = null, offset: Number? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var size: Number?