PKMEggGroup

public class PKMEggGroup: Mappable

Egg 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.

  • id

    The identifier for this egg group resource

    Declaration

    Swift

    public var id: Int?
  • The name for this egg group resource

    Declaration

    Swift

    public var name: String?
  • The name of this egg group listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • A list of all Pokémon species that are members of this egg group

    Declaration

    Swift

    public var pokemonSpecies: [PKMNamedAPIResource]?
  • Undocumented

    Declaration

    Swift

    public class PKMEggGroup: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMEggGroup: Mappable