toggle menu
coingecko
1.0.0-rc01
common
switch theme
search in API
coingecko
/
coingecko.models.shared
/
Image
Image
@
Serializable
data
class
Image
(
val
thumb
:
String
,
val
small
:
String
,
val
large
:
String
?
=
null
)
Members
Constructors
Image
Link copied to clipboard
constructor
(
thumb
:
String
,
small
:
String
,
large
:
String
?
=
null
)
Properties
large
Link copied to clipboard
val
large
:
String
?
=
null
small
Link copied to clipboard
val
small
:
String
thumb
Link copied to clipboard
val
thumb
:
String