CoinTickerById

@Serializable
data class CoinTickerById(val name: String, val tickers: List<Ticker>, val total: Int, val perPage: Int, val nextPage: Int?, val previousPage: Int?) : Page

Constructors

Link copied to clipboard
constructor(name: String, tickers: List<Ticker>, total: Int, perPage: Int, nextPage: Int?, previousPage: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val nextPage: Int?
Link copied to clipboard
open override val perPage: Int
Link copied to clipboard
open override val previousPage: Int?
Link copied to clipboard
Link copied to clipboard
open override val total: Int