Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.settings.extensions
/
RepositoryData
Repository
Data
@
Serializable
data
class
RepositoryData
(
val
iconUrl
:
String
?
,
val
name
:
String
,
val
url
:
String
)
(
source
)
Members
Constructors
Repository
Data
Link copied to clipboard
constructor
(
iconUrl
:
String
?
,
name
:
String
,
url
:
String
)
constructor
(
name
:
String
,
url
:
String
)
Properties
icon
Url
Link copied to clipboard
@
SerialName
(
value
=
"iconUrl"
)
val
iconUrl
:
String
?
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
url
Link copied to clipboard
@
SerialName
(
value
=
"url"
)
val
url
:
String