Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
MALApi
/
MalMainPicture
Mal
Main
Picture
@
Serializable
data
class
MalMainPicture
(
val
large
:
String
?
,
val
medium
:
String
?
)
(
source
)
Members
Constructors
Mal
Main
Picture
Link copied to clipboard
constructor
(
large
:
String
?
,
medium
:
String
?
)
Properties
large
Link copied to clipboard
@
SerialName
(
value
=
"large"
)
val
large
:
String
?
medium
Link copied to clipboard
@
SerialName
(
value
=
"medium"
)
val
medium
:
String
?