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
/
GenerationViiTypeSprites
Generation
Vii
Type
Sprites
@
Serializable
data
class
GenerationViiTypeSprites
(
val
letsGoPikachuLetsGoEevee
:
TypeSprites
,
val
sunMoon
:
TypeSprites
,
val
ultraSunUltraMoon
:
TypeSprites
)
(
source
)
Members
Constructors
Generation
Vii
Type
Sprites
Link copied to clipboard
constructor
(
letsGoPikachuLetsGoEevee
:
TypeSprites
,
sunMoon
:
TypeSprites
,
ultraSunUltraMoon
:
TypeSprites
)
Properties
lets
Go
Pikachu
Lets
Go
Eevee
Link copied to clipboard
@
SerialName
(
value
=
"lets-go-pikachu-lets-go-eevee"
)
val
letsGoPikachuLetsGoEevee
:
TypeSprites
sun
Moon
Link copied to clipboard
@
SerialName
(
value
=
"sun-moon"
)
val
sunMoon
:
TypeSprites
ultra
Sun
Ultra
Moon
Link copied to clipboard
@
SerialName
(
value
=
"ultra-sun-ultra-moon"
)
val
ultraSunUltraMoon
:
TypeSprites