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
/
MainPicture
Main
Picture
@
Serializable
data
class
MainPicture
(
val
medium
:
String
,
val
large
:
String
)
(
source
)
Members
Constructors
Main
Picture
Link copied to clipboard
constructor
(
medium
:
String
,
large
:
String
)
Properties
large
Link copied to clipboard
@
SerialName
(
value
=
"large"
)
val
large
:
String
medium
Link copied to clipboard
@
SerialName
(
value
=
"medium"
)
val
medium
:
String