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.school
/
SchoolSearchData
School
Search
Data
@
Serializable
data
class
SchoolSearchData
(
val
schools
:
List
<
SchoolInfo
>
,
val
totalCount
:
Int
,
val
cursor
:
String
?
=
null
)
学校搜索数据 包含学校搜索结果
Parameters
schools
学校列表
total
Count
总数量
cursor
分页游标(可选)
Members
Constructors
School
Search
Data
Link copied to clipboard
constructor
(
schools
:
List
<
SchoolInfo
>
,
totalCount
:
Int
,
cursor
:
String
?
=
null
)
Properties
cursor
Link copied to clipboard
@
SerialName
(
value
=
"cursor"
)
val
cursor
:
String
?
=
null
schools
Link copied to clipboard
@
SerialName
(
value
=
"schools"
)
val
schools
:
List
<
SchoolInfo
>
total
Count
Link copied to clipboard
@
SerialName
(
value
=
"totalCount"
)
val
totalCount
:
Int