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