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
/
SpeciesInfo
Species
Info
@
Serializable
data
class
SpeciesInfo
(
val
name
:
String
,
val
count
:
Int
)
物种信息 表示一个物种的统计信息
Parameters
name
物种名称
count
该物种的用户数量
Members
Constructors
Species
Info
Link copied to clipboard
constructor
(
name
:
String
,
count
:
Int
)
Properties
count
Link copied to clipboard
val
count
:
Int
name
Link copied to clipboard
val
name
:
String