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
/
SpeciesListData
Species
List
Data
@
Serializable
data
class
SpeciesListData
(
val
species
:
List
<
SpeciesInfo
>
,
val
total
:
Int
)
Species list data with statistics.
Members
Constructors
Species
List
Data
Link copied to clipboard
constructor
(
species
:
List
<
SpeciesInfo
>
,
total
:
Int
)
Properties
species
Link copied to clipboard
@
SerialName
(
value
=
"species"
)
val
species
:
List
<
SpeciesInfo
>
total
Link copied to clipboard
@
SerialName
(
value
=
"total"
)
val
total
:
Int