PokeKotlin API Reference
Toggle table of contents
3.0.0-pre3
common
Platform filter
common
Switch theme
Search in API
PokeKotlin API Reference
PokeKotlin API Reference
/
co.pokeapi.pokekotlin.model
/
OtherGameSprites
Other
Game
Sprites
@
Serializable
data
class
OtherGameSprites
(
val
dreamWorld
:
GameSprites
,
val
home
:
GameSprites
,
val
officialArtwork
:
GameSprites
,
val
showdown
:
GameSprites
)
(
source
)
Members
Constructors
Other
Game
Sprites
Link copied to clipboard
constructor
(
dreamWorld
:
GameSprites
,
home
:
GameSprites
,
officialArtwork
:
GameSprites
,
showdown
:
GameSprites
)
Properties
dream
World
Link copied to clipboard
val
dreamWorld
:
GameSprites
home
Link copied to clipboard
val
home
:
GameSprites
official
Artwork
Link copied to clipboard
@
SerialName
(
value
=
"official-artwork"
)
val
officialArtwork
:
GameSprites
showdown
Link copied to clipboard
val
showdown
:
GameSprites