yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.model
/
GenreImages
Genre
Images
@
Serializable
data
class
GenreImages
(
val
208x208
:
String
?
=
null
,
val
300x300
:
String
?
=
null
)
Изображения жанра.
Parameters
`208x208`
Изображение 208x208.
`300x300`
Изображение 300x300.
Members
Constructors
Genre
Images
Link copied to clipboard
constructor
(
208x208
:
String
?
=
null
,
300x300
:
String
?
=
null
)
Properties
208x208
Link copied to clipboard
val
208x208
:
String
?
300x300
Link copied to clipboard
val
300x300
:
String
?