PKMItemCategory
public class PKMItemCategory: MappableItem categories determine where items will be placed in the players bag.
- 
                  
                  The identifier for this item category resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this item category resource DeclarationSwift public var name: String?
- 
                  
                  A list of items that are a part of this category DeclarationSwift public var items: [PKMNamedAPIResource]?
- 
                  
                  The name of this item category listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  The pocket items in this category would be put in DeclarationSwift public var pocket: PKMNamedAPIResource?
- 
                  
                  Undocumented DeclarationSwift public class PKMItemCategory: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMItemCategory: Mappable
 View on GitHub
View on GitHub PKMItemCategory Class Reference
        PKMItemCategory Class Reference