PKMPokemonHabitat
public class PKMPokemonHabitat: MappableHabitats are generally different terrain Pokémon can be found in but can also be areas designated for rare or legendary Pokémon.
- 
                  
                  The identifier for this Pokémon habitat resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this Pokémon habitat resource DeclarationSwift public var name: String?
- 
                  
                  The name of this Pokémon habitat listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A list of the Pokémon species that can be found in this habitat DeclarationSwift public var pokemonSpecies: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMPokemonHabitat: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMPokemonHabitat: Mappable
 View on GitHub
View on GitHub PKMPokemonHabitat Class Reference
        PKMPokemonHabitat Class Reference