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
/
Characteristic
Characteristic
@
Serializable
data
class
Characteristic
(
val
id
:
Int
,
val
geneModulo
:
Int
,
val
possibleValues
:
List
<
Int
>
,
val
descriptions
:
List
<
Description
>
)
(
source
)
Members
Constructors
Characteristic
Link copied to clipboard
constructor
(
id
:
Int
,
geneModulo
:
Int
,
possibleValues
:
List
<
Int
>
,
descriptions
:
List
<
Description
>
)
Properties
descriptions
Link copied to clipboard
val
descriptions
:
List
<
Description
>
gene
Modulo
Link copied to clipboard
val
geneModulo
:
Int
id
Link copied to clipboard
val
id
:
Int
possible
Values
Link copied to clipboard
val
possibleValues
:
List
<
Int
>