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
/
PokeathlonStat
Pokeathlon
Stat
@
Serializable
data
class
PokeathlonStat
(
val
id
:
Int
,
val
name
:
String
,
val
names
:
List
<
Name
>
,
val
affectingNatures
:
NaturePokeathlonStatAffectSets
)
(
source
)
Members
Constructors
Pokeathlon
Stat
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
names
:
List
<
Name
>
,
affectingNatures
:
NaturePokeathlonStatAffectSets
)
Properties
affecting
Natures
Link copied to clipboard
val
affectingNatures
:
NaturePokeathlonStatAffectSets
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
names
Link copied to clipboard
val
names
:
List
<
Name
>