kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
core
/
dev.kaccelero.repositories
/
Pagination
Pagination
@
Serializable
data
class
Pagination
(
val
limit
:
Long
,
val
offset
:
Long
,
val
options
:
IPaginationOptions
?
=
null
)
Members
Constructors
Pagination
Link copied to clipboard
constructor
(
limit
:
Long
,
offset
:
Long
,
options
:
IPaginationOptions
?
=
null
)
Properties
limit
Link copied to clipboard
val
limit
:
Long
offset
Link copied to clipboard
val
offset
:
Long
options
Link copied to clipboard
val
options
:
IPaginationOptions
?
=
null