toggle menu
coingecko
1.0.0-rc01
common
switch theme
search in API
coingecko
/
coingecko.models.exchanges
/
ExchangesTickersById
Exchanges
Tickers
By
Id
@
Serializable
class
ExchangesTickersById
(
val
name
:
String
,
val
tickers
:
List
<
Ticker
>
=
emptyList()
,
val
total
:
Int
,
val
perPage
:
Int
,
val
nextPage
:
Int
?
,
val
previousPage
:
Int
?
)
:
Page
Members
Constructors
Exchanges
Tickers
By
Id
Link copied to clipboard
constructor
(
name
:
String
,
tickers
:
List
<
Ticker
>
=
emptyList()
,
total
:
Int
,
perPage
:
Int
,
nextPage
:
Int
?
,
previousPage
:
Int
?
)
Properties
name
Link copied to clipboard
val
name
:
String
next
Page
Link copied to clipboard
open
override
val
nextPage
:
Int
?
per
Page
Link copied to clipboard
open
override
val
perPage
:
Int
previous
Page
Link copied to clipboard
open
override
val
previousPage
:
Int
?
tickers
Link copied to clipboard
val
tickers
:
List
<
Ticker
>
total
Link copied to clipboard
open
override
val
total
:
Int