ExchangesTickersById

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

Constructors

Link copied to clipboard
constructor(name: String, tickers: List<Ticker> = emptyList(), 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