toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
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
?
=
null
id
Link copied to clipboard
val
id
:
Long
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
year
Link copied to clipboard
val
year
:
Long
?
=
null