CRYPTO SDK
Toggle table of contents
2025.11.02
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
CRYPTO SDK
Crypto-coindata
/
cz.kotox.crypto.sdk.coindata.domain.model
/
Image
Image
androidJvm
data
class
Image
(
val
thumb
:
String
,
val
small
:
String
,
val
large
:
String
)
Represents the nested image URLs.
Members
Constructors
Image
Link copied to clipboard
androidJvm
constructor
(
thumb
:
String
,
small
:
String
,
large
:
String
)
Properties
large
Link copied to clipboard
androidJvm
val
large
:
String
small
Link copied to clipboard
androidJvm
val
small
:
String
thumb
Link copied to clipboard
androidJvm
val
thumb
:
String