PKMVersionGroup
public class PKMVersionGroup: MappableVersion groups categorize highly similar versions of the games.
- 
                  
                  The identifier for this version group resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this version group resource DeclarationSwift public var name: String?
- 
                  
                  Order for sorting. Almost by date of release, except similar versions are grouped together. DeclarationSwift public var order: Int?
- 
                  
                  The generation this version was introduced in DeclarationSwift public var generation: [PKMNamedAPIResource]?
- 
                  
                  A list of methods in which Pokémon can learn moves in this version group DeclarationSwift public var moveLearnMethods: [PKMNamedAPIResource]?
- 
                  
                  The name of this version group listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A list of Pokédexes introduces in this version group DeclarationSwift public var pokedexes: [PKMNamedAPIResource]?
- 
                  
                  A list of regions that can be visited in this version group list DeclarationSwift public var regions: [PKMNamedAPIResource]?
- 
                  
                  The versions this version group owns DeclarationSwift public var versions: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMVersionGroup: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMVersionGroup: Mappable
 View on GitHub
View on GitHub PKMVersionGroup Class Reference
        PKMVersionGroup Class Reference