SpeciesSearchData

@Serializable
data class SpeciesSearchData(val species: String, val users: List<SpeciesUser>, val totalCount: Int)

物种搜索数据 包含物种搜索结果

Parameters

species

物种名称

users

用户列表

totalCount

总数

Constructors

Link copied to clipboard
constructor(species: String, users: List<SpeciesUser>, totalCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard