CRYPTO SDK
Toggle table of contents
2025.11.02
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
CRYPTO SDK
Crypto-news
/
cz.kotox.crypto.sdk.news.internal.dto
/
SourceDTO
Source
DTO
androidJvm
@
Serializable
data
class
SourceDTO
(
val
id
:
String
?
=
null
,
val
name
:
String
)
Represents the source of the news article, nested within
ArticleDTO
.
Members
Constructors
Source
DTO
Link copied to clipboard
androidJvm
constructor
(
id
:
String
?
=
null
,
name
:
String
)
Properties
id
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"id"
)
val
id
:
String
?
name
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"name"
)
val
name
:
String