toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
AniListApi
/
CoverImage
Cover
Image
data
class
CoverImage
(
val
medium
:
String
?
,
val
large
:
String
?
,
val
extraLarge
:
String
?
)
(
source
)
Members
Constructors
Cover
Image
Link copied to clipboard
constructor
(
medium
:
String
?
,
large
:
String
?
,
extraLarge
:
String
?
)
Properties
extra
Large
Link copied to clipboard
val
extraLarge
:
String
?
large
Link copied to clipboard
val
large
:
String
?
medium
Link copied to clipboard
val
medium
:
String
?