toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
SubDlApi
/
Result
Result
data
class
Result
(
val
sdId
:
Int
?
=
null
,
val
type
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
imdbId
:
String
?
=
null
,
val
tmdbId
:
Long
?
=
null
,
val
firstAirDate
:
String
?
=
null
,
val
year
:
Int
?
=
null
)
(
source
)
Members
Constructors
Result
Link copied to clipboard
constructor
(
sdId
:
Int
?
=
null
,
type
:
String
?
=
null
,
name
:
String
?
=
null
,
imdbId
:
String
?
=
null
,
tmdbId
:
Long
?
=
null
,
firstAirDate
:
String
?
=
null
,
year
:
Int
?
=
null
)
Properties
first
Air
Date
Link copied to clipboard
val
firstAirDate
:
String
?
=
null
imdb
Id
Link copied to clipboard
val
imdbId
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
sd
Id
Link copied to clipboard
val
sdId
:
Int
?
=
null
tmdb
Id
Link copied to clipboard
val
tmdbId
:
Long
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
year
Link copied to clipboard
val
year
:
Int
?
=
null