Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils.downloader
/
DownloadObjects
/
DownloadEpisodeMetadata
Download
Episode
Metadata
@
Serializable
data
class
DownloadEpisodeMetadata
(
val
id
:
Int
,
val
parentId
:
Int
,
val
mainName
:
String
,
val
sourceApiName
:
String
?
,
val
poster
:
String
?
,
val
name
:
String
?
,
val
season
:
Int
?
,
val
episode
:
Int
?
,
val
type
:
TvType
?
)
(
source
)
Metadata for a specific episode and how to display it.
Members
Constructors
Download
Episode
Metadata
Link copied to clipboard
constructor
(
id
:
Int
,
parentId
:
Int
,
mainName
:
String
,
sourceApiName
:
String
?
,
poster
:
String
?
,
name
:
String
?
,
season
:
Int
?
,
episode
:
Int
?
,
type
:
TvType
?
)
Properties
episode
Link copied to clipboard
@
SerialName
(
value
=
"episode"
)
val
episode
:
Int
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
main
Name
Link copied to clipboard
@
SerialName
(
value
=
"mainName"
)
val
mainName
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
parent
Id
Link copied to clipboard
@
SerialName
(
value
=
"parentId"
)
val
parentId
:
Int
poster
Link copied to clipboard
@
SerialName
(
value
=
"poster"
)
val
poster
:
String
?
season
Link copied to clipboard
@
SerialName
(
value
=
"season"
)
val
season
:
Int
?
source
Api
Name
Link copied to clipboard
@
SerialName
(
value
=
"sourceApiName"
)
val
sourceApiName
:
String
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
TvType
?