Items
            pokelance.models.abstract.utils.items
⚓︎
    
            ItemHolderPokemon
⚓︎
    
              Bases: BaseModel
An item holder pokemon resource.
Attributes:
| Name | Type | Description | 
|---|---|---|
pokemon | 
            
                  str
             | 
            
               The Pokémon that holds this item.  | 
          
version_details | 
            
                  List[ItemHolderPokemonVersionDetail]
             | 
            
               The details for the version that this item is held in by the Pokémon.  | 
          
            ItemHolderPokemonVersionDetail
⚓︎
    
              Bases: BaseModel
An item holder pokemon version detail resource.
Attributes:
| Name | Type | Description | 
|---|---|---|
rarity | 
            
                  int
             | 
            
               The chance of this Pokémon holding this item in this version.  | 
          
version | 
            
                  NamedResource
             | 
            
               The version that this item is held in by the Pokémon.  |