Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
KitsuApi
/
KitsuPosterImage
Kitsu
Poster
Image
@
Serializable
data
class
KitsuPosterImage
(
val
large
:
String
?
,
val
medium
:
String
?
)
(
source
)
Members
Constructors
Kitsu
Poster
Image
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
?