fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.search
/
SearchPagination
Search
Pagination
@
Serializable
data
class
SearchPagination
(
val
page
:
Int
?
=
null
,
val
limit
:
Int
?
=
null
,
val
total
:
Int
?
=
null
,
val
totalPages
:
Int
?
=
null
,
val
nextCursor
:
String
?
=
null
)
Pagination metadata for search results.
Members
Constructors
Search
Pagination
Link copied to clipboard
constructor
(
page
:
Int
?
=
null
,
limit
:
Int
?
=
null
,
total
:
Int
?
=
null
,
totalPages
:
Int
?
=
null
,
nextCursor
:
String
?
=
null
)
Properties
limit
Link copied to clipboard
@
SerialName
(
value
=
"limit"
)
val
limit
:
Int
?
next
Cursor
Link copied to clipboard
@
SerialName
(
value
=
"next_cursor"
)
val
nextCursor
:
String
?
page
Link copied to clipboard
@
SerialName
(
value
=
"page"
)
val
page
:
Int
?
total
Link copied to clipboard
@
SerialName
(
value
=
"total"
)
val
total
:
Int
?
total
Pages
Link copied to clipboard
@
SerialName
(
value
=
"total_pages"
)
val
totalPages
:
Int
?