Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SubDlApi
/
Result
Result
@
Serializable
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
@
SerialName
(
value
=
"first_air_date"
)
val
firstAirDate
:
String
?
imdb
Id
Link copied to clipboard
@
SerialName
(
value
=
"imdb_id"
)
val
imdbId
:
String
?
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
sd
Id
Link copied to clipboard
@
SerialName
(
value
=
"sd_id"
)
val
sdId
:
Int
?
tmdb
Id
Link copied to clipboard
@
SerialName
(
value
=
"tmdb_id"
)
val
tmdbId
:
Long
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
?
year
Link copied to clipboard
@
SerialName
(
value
=
"year"
)
val
year
:
Int
?