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
/
Results
Results
@
Serializable
data
class
Results
(
var
id
:
Int
?
=
null
,
var
title
:
String
?
=
null
,
var
type
:
String
?
=
null
,
var
link
:
String
,
var
releaseYear
:
Int
?
=
null
,
var
poster
:
String
?
=
null
,
var
subtitleCount
:
String
?
=
null
,
var
rating
:
Double
?
=
null
,
var
cast
:
ArrayList
<
String
>
=
arrayListOf()
,
var
genres
:
ArrayList
<
String
>
=
arrayListOf()
,
var
score
:
Double
?
=
null
)
(
source
)
Members
Constructors
Results
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
title
:
String
?
=
null
,
type
:
String
?
=
null
,
link
:
String
,
releaseYear
:
Int
?
=
null
,
poster
:
String
?
=
null
,
subtitleCount
:
String
?
=
null
,
rating
:
Double
?
=
null
,
cast
:
ArrayList
<
String
>
=
arrayListOf()
,
genres
:
ArrayList
<
String
>
=
arrayListOf()
,
score
:
Double
?
=
null
)
Properties
cast
Link copied to clipboard
@
SerialName
(
value
=
"cast"
)
var
cast
:
ArrayList
<
String
>
genres
Link copied to clipboard
@
SerialName
(
value
=
"genres"
)
var
genres
:
ArrayList
<
String
>
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
var
id
:
Int
?
link
Link copied to clipboard
@
SerialName
(
value
=
"link"
)
var
link
:
String
poster
Link copied to clipboard
@
SerialName
(
value
=
"poster"
)
var
poster
:
String
?
rating
Link copied to clipboard
@
SerialName
(
value
=
"rating"
)
var
rating
:
Double
?
release
Year
Link copied to clipboard
@
SerialName
(
value
=
"releaseYear"
)
var
releaseYear
:
Int
?
score
Link copied to clipboard
@
SerialName
(
value
=
"score"
)
var
score
:
Double
?
subtitle
Count
Link copied to clipboard
@
SerialName
(
value
=
"subtitleCount"
)
var
subtitleCount
:
String
?
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
var
title
:
String
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
var
type
:
String
?