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
/
PokemonType
Pokemon
Type
@
Serializable
data
class
PokemonType
(
val
slot
:
Int
,
val
type
:
NamedApiResource
)
(
source
)
Members
Constructors
Pokemon
Type
Link copied to clipboard
constructor
(
slot
:
Int
,
type
:
NamedApiResource
)
Properties
slot
Link copied to clipboard
val
slot
:
Int
type
Link copied to clipboard
val
type
:
NamedApiResource