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.internal.data.dto
/
ImageDTO
Image
DTO
androidJvm
@
Serializable
data
class
ImageDTO
(
val
thumb
:
String
,
val
small
:
String
,
val
large
:
String
)
Represents the nested image URLs. JSON: { "thumb": "...", "small": "...", "large": "..." }
Members
Constructors
Image
DTO
Link copied to clipboard
androidJvm
constructor
(
thumb
:
String
,
small
:
String
,
large
:
String
)
Properties
large
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"large"
)
val
large
:
String
small
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"small"
)
val
small
:
String
thumb
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"thumb"
)
val
thumb
:
String