Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.metaproviders
/
MyDramaListAPI
/
Images
Images
common
data
class
Images
(
val
thumb
:
String
?
=
null
,
val
medium
:
String
?
=
null
,
val
poster
:
String
?
=
null
)
(
source
)
Members
Constructors
Images
Link copied to clipboard
common
constructor
(
thumb
:
String
?
=
null
,
medium
:
String
?
=
null
,
poster
:
String
?
=
null
)
Properties
medium
Link copied to clipboard
common
val
medium
:
String
?
poster
Link copied to clipboard
common
val
poster
:
String
?
thumb
Link copied to clipboard
common
val
thumb
:
String
?