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
/
MoveTarget
Move
Target
@
Serializable
data
class
MoveTarget
(
val
id
:
Int
,
val
name
:
String
,
val
descriptions
:
List
<
Description
>
,
val
moves
:
List
<
NamedApiResource
>
,
val
names
:
List
<
Name
>
)
(
source
)
Members
Constructors
Move
Target
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
descriptions
:
List
<
Description
>
,
moves
:
List
<
NamedApiResource
>
,
names
:
List
<
Name
>
)
Properties
descriptions
Link copied to clipboard
val
descriptions
:
List
<
Description
>
id
Link copied to clipboard
val
id
:
Int
moves
Link copied to clipboard
val
moves
:
List
<
NamedApiResource
>
name
Link copied to clipboard
val
name
:
String
names
Link copied to clipboard
val
names
:
List
<
Name
>