Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
AniListApi
/
TrailerObject
Trailer
Object
data
class
TrailerObject
(
val
id
:
String
?
,
val
thumbnail
:
String
?
,
val
site
:
String
?
)
(
source
)
Members
Constructors
Trailer
Object
Link copied to clipboard
constructor
(
id
:
String
?
,
thumbnail
:
String
?
,
site
:
String
?
)
Properties
id
Link copied to clipboard
val
id
:
String
?
site
Link copied to clipboard
val
site
:
String
?
thumbnail
Link copied to clipboard
val
thumbnail
:
String
?