SpeciesListData

@Serializable
data class SpeciesListData(val species: List<SpeciesInfo>, val total: Int)

Species list data with statistics.

Constructors

Link copied to clipboard
constructor(species: List<SpeciesInfo>, total: Int)

Properties

Link copied to clipboard
@SerialName(value = "species")
val species: List<SpeciesInfo>
Link copied to clipboard
@SerialName(value = "total")
val total: Int