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
/
ReposUrl
Repos
Url
androidJvm
data
class
ReposUrl
(
val
github
:
List
<
String
?
>
,
val
bitbucket
:
List
<
String
?
>
)
Represents repository URLs.
Members
Constructors
Repos
Url
Link copied to clipboard
androidJvm
constructor
(
github
:
List
<
String
?
>
,
bitbucket
:
List
<
String
?
>
)
Properties
bitbucket
Link copied to clipboard
androidJvm
val
bitbucket
:
List
<
String
?
>
github
Link copied to clipboard
androidJvm
val
github
:
List
<
String
?
>