PKMPokemonShape
public class PKMPokemonShape: Mappable
Shapes used for sorting Pokémon in a Pokédex.
-
The identifier for this Pokémon shape
Declaration
Swift
public var id: Int? -
The name for this Pokémon shape resource
Declaration
Swift
public var name: String? -
The
scientific
name of this Pokémon shape listed in different languagesDeclaration
Swift
public var awesomeNames: [PKMAwesomeName]? -
The name of this Pokémon shape listed in different languages
Declaration
Swift
public var names: [PKMName]? -
A list of the Pokémon species that have this shape
Declaration
Swift
public var pokemonSpecies: [PKMNamedAPIResource]? -
Undocumented
Declaration
Swift
public class PKMPokemonShape: Mappable -
Undocumented
Declaration
Swift
public class PKMPokemonShape: Mappable
View on GitHub
PKMPokemonShape Class Reference