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
/
SearchParams
Search
Params
@
Serializable
data
class
SearchParams
(
val
query
:
String
,
val
type
:
String
?
=
null
,
val
cursor
:
String
?
=
null
,
val
limit
:
Int
?
=
null
)
搜索参数 用于搜索接口的请求参数
Parameters
query
搜索关键词
type
搜索类型(可选)
cursor
分页游标(可选)
limit
返回数量限制(可选)
Members
Constructors
Search
Params
Link copied to clipboard
constructor
(
query
:
String
,
type
:
String
?
=
null
,
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
返回数量限制
query
Link copied to clipboard
val
query
:
String
搜索关键词
type
Link copied to clipboard
val
type
:
String
?
=
null
搜索类型