DiscoverySpeciesSearchParams

@Serializable
data class DiscoverySpeciesSearchParams(val speciesId: String, val page: Int? = null, val pageSize: Int? = null)

Discovery 按物种搜索参数 用于 discovery 按物种搜索接口的请求参数

Parameters

speciesId

物种 ID

page

页码(可选,默认 1)

pageSize

每页数量(可选,默认 20)

Constructors

Link copied to clipboard
constructor(speciesId: String, page: Int? = null, pageSize: Int? = null)

Properties

Link copied to clipboard
val page: Int? = null

页码

Link copied to clipboard
val pageSize: Int? = null

每页数量

Link copied to clipboard

物种 ID