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
/
MoveBattleStylePreference
Move
Battle
Style
Preference
@
Serializable
data
class
MoveBattleStylePreference
(
val
lowHpPreference
:
Int
,
val
highHpPreference
:
Int
,
val
moveBattleStyle
:
NamedApiResource
)
(
source
)
Members
Constructors
Move
Battle
Style
Preference
Link copied to clipboard
constructor
(
lowHpPreference
:
Int
,
highHpPreference
:
Int
,
moveBattleStyle
:
NamedApiResource
)
Properties
high
Hp
Preference
Link copied to clipboard
val
highHpPreference
:
Int
low
Hp
Preference
Link copied to clipboard
val
lowHpPreference
:
Int
move
Battle
Style
Link copied to clipboard
val
moveBattleStyle
:
NamedApiResource