PKMEggGroup
public class PKMEggGroup: MappableEgg Groups are categories which determine which Pokémon are able to interbreed. Pokémon may belong to either one or two Egg Groups. Check out Bulbapedia for greater detail.
- 
                  
                  The identifier for this egg group resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this egg group resource DeclarationSwift public var name: String?
- 
                  
                  The name of this egg group listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A list of all Pokémon species that are members of this egg group DeclarationSwift public var pokemonSpecies: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMEggGroup: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMEggGroup: Mappable
 View on GitHub
View on GitHub PKMEggGroup Class Reference
        PKMEggGroup Class Reference