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
/
PaginatedResponse
Paginated
Response
@
Serializable
data
class
PaginatedResponse
<
T
>
(
val
items
:
List
<
T
>
,
val
nextCursor
:
String
?
=
null
,
val
hasMore
:
Boolean
=
false
)
分页响应数据 通用的分页响应包装
Parameters
T
数据类型
items
数据项列表
next
Cursor
下一页游标
has
More
是否还有更多数据
Members
Constructors
Paginated
Response
Link copied to clipboard
constructor
(
items
:
List
<
T
>
,
nextCursor
:
String
?
=
null
,
hasMore
:
Boolean
=
false
)
Properties
has
More
Link copied to clipboard
val
hasMore
:
Boolean
=
false
items
Link copied to clipboard
val
items
:
List
<
T
>
next
Cursor
Link copied to clipboard
val
nextCursor
:
String
?
=
null