PKMVersionGroup

public class PKMVersionGroup: Mappable

Version groups categorize highly similar versions of the games.

  • id

    The identifier for this version group resource

    Declaration

    Swift

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

    Declaration

    Swift

    public var name: String?
  • Order for sorting. Almost by date of release, except similar versions are grouped together.

    Declaration

    Swift

    public var order: Int?
  • The generation this version was introduced in

    Declaration

    Swift

    public var generation: [PKMNamedAPIResource]?
  • A list of methods in which Pokémon can learn moves in this version group

    Declaration

    Swift

    public var moveLearnMethods: [PKMNamedAPIResource]?
  • The name of this version group listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • A list of Pokédexes introduces in this version group

    Declaration

    Swift

    public var pokedexes: [PKMNamedAPIResource]?
  • A list of regions that can be visited in this version group list

    Declaration

    Swift

    public var regions: [PKMNamedAPIResource]?
  • The versions this version group owns

    Declaration

    Swift

    public var versions: [PKMNamedAPIResource]?
  • Undocumented

    Declaration

    Swift

    public class PKMVersionGroup: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMVersionGroup: Mappable