fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.model
/
PaginationParams
Pagination
Params
@
Serializable
data
class
PaginationParams
(
val
cursor
:
String
?
=
null
,
val
limit
:
Int
?
=
null
)
分页请求参数 用于支持分页查询
Parameters
cursor
分页游标,用于定位下一页
limit
每页返回数量限制
Members
Constructors
Pagination
Params
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
limit
:
Int
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
limit
Link copied to clipboard
val
limit
:
Int
?
=
null