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