PKMLanguage
public class PKMLanguage: MappableLanguages for translations of API resource information.
- 
                  
                  The identifier for this language resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this language resource DeclarationSwift public var name: String?
- 
                  
                  Whether or not the games are published in this language DeclarationSwift public var official: Bool?
- 
                  
                  The two-letter code of the country where this language is spoken. Note that it is not unique. DeclarationSwift public var iso639: String?
- 
                  
                  The two-letter code of the language. Note that it is not unique. DeclarationSwift public var iso3166: String?
- 
                  
                  The name of this language listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  Undocumented DeclarationSwift public class PKMLanguage: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMLanguage: Mappable
 View on GitHub
View on GitHub PKMLanguage Class Reference
        PKMLanguage Class Reference