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
/
Gender
Gender
@
Serializable
data
class
Gender
(
val
id
:
Int
,
val
name
:
String
,
val
pokemonSpeciesDetails
:
List
<
PokemonSpeciesGender
>
,
val
requiredForEvolution
:
List
<
NamedApiResource
>
)
(
source
)
Members
Constructors
Gender
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
pokemonSpeciesDetails
:
List
<
PokemonSpeciesGender
>
,
requiredForEvolution
:
List
<
NamedApiResource
>
)
Properties
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
pokemon
Species
Details
Link copied to clipboard
val
pokemonSpeciesDetails
:
List
<
PokemonSpeciesGender
>
required
For
Evolution
Link copied to clipboard
val
requiredForEvolution
:
List
<
NamedApiResource
>