PKMPokemonHabitat

public class PKMPokemonHabitat: Mappable

Habitats are generally different terrain Pokémon can be found in but can also be areas designated for rare or legendary Pokémon.

  • id

    The identifier for this Pokémon habitat resource

    Declaration

    Swift

    public var id: Int?
  • The name for this Pokémon habitat resource

    Declaration

    Swift

    public var name: String?
  • The name of this Pokémon habitat listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • A list of the Pokémon species that can be found in this habitat

    Declaration

    Swift

    public var pokemonSpecies: [PKMNamedAPIResource]?
  • Undocumented

    Declaration

    Swift

    public class PKMPokemonHabitat: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMPokemonHabitat: Mappable