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
/
PokemonPastType
Pokemon
Past
Type
@
Serializable
data
class
PokemonPastType
(
val
generation
:
NamedApiResource
,
val
types
:
List
<
PokemonType
>
)
(
source
)
Members
Constructors
Pokemon
Past
Type
Link copied to clipboard
constructor
(
generation
:
NamedApiResource
,
types
:
List
<
PokemonType
>
)
Properties
generation
Link copied to clipboard
val
generation
:
NamedApiResource
types
Link copied to clipboard
val
types
:
List
<
PokemonType
>