Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SubSourceApi
/
SubData
Sub
Data
@
Serializable
data
class
SubData
(
val
movie
:
String
,
val
lang
:
String
,
val
id
:
String
)
(
source
)
Members
Constructors
Sub
Data
Link copied to clipboard
constructor
(
movie
:
String
,
lang
:
String
,
id
:
String
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
lang
Link copied to clipboard
@
SerialName
(
value
=
"lang"
)
val
lang
:
String
movie
Link copied to clipboard
@
SerialName
(
value
=
"movie"
)
val
movie
:
String