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
/
Movie
Movie
@
Serializable
data
class
Movie
(
val
id
:
Long
?
=
null
,
val
type
:
String
?
=
null
,
val
year
:
Long
?
=
null
,
val
fullName
:
String
?
=
null
)
(
source
)
Members
Constructors
Movie
Link copied to clipboard
constructor
(
id
:
Long
?
=
null
,
type
:
String
?
=
null
,
year
:
Long
?
=
null
,
fullName
:
String
?
=
null
)
Properties
full
Name
Link copied to clipboard
@
SerialName
(
value
=
"fullName"
)
val
fullName
:
String
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Long
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
?
year
Link copied to clipboard
@
SerialName
(
value
=
"year"
)
val
year
:
Long
?