toggle menu
coingecko
1.0.0-rc01
common
switch theme
search in API
coingecko
/
coingecko.models.coins.data
/
Roi
Roi
@
Serializable
data
class
Roi
(
val
times
:
Float
=
0.0f
,
val
currency
:
String
?
=
null
,
val
percentage
:
Float
=
0.0f
)
Members
Constructors
Roi
Link copied to clipboard
constructor
(
times
:
Float
=
0.0f
,
currency
:
String
?
=
null
,
percentage
:
Float
=
0.0f
)
Properties
currency
Link copied to clipboard
val
currency
:
String
?
=
null
percentage
Link copied to clipboard
val
percentage
:
Float
=
0.0f
times
Link copied to clipboard
val
times
:
Float
=
0.0f