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
/
Sub
Sub
data
class
Sub
(
val
hi
:
Int
?
=
null
,
val
fullLink
:
String
?
=
null
,
val
linkName
:
String
?
=
null
,
val
lang
:
String
?
=
null
,
val
releaseName
:
String
?
=
null
,
val
subId
:
Long
?
=
null
)
(
source
)
Members
Constructors
Sub
Link copied to clipboard
constructor
(
hi
:
Int
?
=
null
,
fullLink
:
String
?
=
null
,
linkName
:
String
?
=
null
,
lang
:
String
?
=
null
,
releaseName
:
String
?
=
null
,
subId
:
Long
?
=
null
)
Properties
full
Link
Link copied to clipboard
val
fullLink
:
String
?
hi
Link copied to clipboard
val
hi
:
Int
?
lang
Link copied to clipboard
val
lang
:
String
?
link
Name
Link copied to clipboard
val
linkName
:
String
?
release
Name
Link copied to clipboard
val
releaseName
:
String
?
sub
Id
Link copied to clipboard
val
subId
:
Long
?