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
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
val
fullName
:
String
?
id
Link copied to clipboard
val
id
:
Long
?
type
Link copied to clipboard
val
type
:
String
?
year
Link copied to clipboard
val
year
:
Long
?