PKMItemAttribute
public class PKMItemAttribute: MappableItem attributes define particular aspects of items, e.g. usable in battle
 or consumable
.
- 
                  
                  The identifier for this item attribute resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this item attribute resource DeclarationSwift public var name: String?
- 
                  
                  A list of items that have this attribute DeclarationSwift public var items: [PKMNamedAPIResource]?
- 
                  
                  The name of this item attribute listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  The description of this item attribute listed in different languages DeclarationSwift public var descriptions: [PKMDescription]?
- 
                  
                  Undocumented DeclarationSwift public class PKMItemAttribute: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMItemAttribute: Mappable
 View on GitHub
View on GitHub PKMItemAttribute Class Reference
        PKMItemAttribute Class Reference