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.search
/
SpeciesSearchData
Species
Search
Data
@
Serializable
data
class
SpeciesSearchData
(
val
species
:
String
,
val
users
:
List
<
SpeciesUser
>
,
val
totalCount
:
Int
)
物种搜索数据 包含物种搜索结果
Parameters
species
物种名称
users
用户列表
total
Count
总数
Members
Constructors
Species
Search
Data
Link copied to clipboard
constructor
(
species
:
String
,
users
:
List
<
SpeciesUser
>
,
totalCount
:
Int
)
Properties
species
Link copied to clipboard
val
species
:
String
total
Count
Link copied to clipboard
val
totalCount
:
Int
users
Link copied to clipboard
val
users
:
List
<
SpeciesUser
>