fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.search
/
SpeciesInfo
Species
Info
@
Serializable
data
class
SpeciesInfo
(
val
species
:
String
,
val
count
:
Int
)
A species entry with its user count.
Members
Constructors
Species
Info
Link copied to clipboard
constructor
(
species
:
String
,
count
:
Int
)
Properties
count
Link copied to clipboard
@
SerialName
(
value
=
"count"
)
val
count
:
Int
species
Link copied to clipboard
@
SerialName
(
value
=
"species"
)
val
species
:
String