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.model
/
SearchParams
Search
Params
@
Serializable
data
class
SearchParams
(
val
query
:
String
,
val
type
:
String
?
=
null
,
val
cursor
:
String
?
=
null
,
val
limit
:
Int
?
=
null
,
val
page
:
Int
?
=
null
)
搜索参数。
Parameters
query
搜索关键词
type
搜索类型(可选)
Members
Constructors
Search
Params
Link copied to clipboard
constructor
(
query
:
String
,
type
:
String
?
=
null
,
cursor
:
String
?
=
null
,
limit
:
Int
?
=
null
,
page
:
Int
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
limit
Link copied to clipboard
val
limit
:
Int
?
page
Link copied to clipboard
val
page
:
Int
?
query
Link copied to clipboard
val
query
:
String
type
Link copied to clipboard
val
type
:
String
?