new ItemListResponse(json) → {ItemListResponse}
        Represents a list of items returned from GW2 Spidy's full item list.
    
    
    
    
    
    
        Parameters:
| Name | Type | Description | 
|---|---|---|
json | 
            
            string | A string of JSON that represents a Spidy result list | 
- Source:
 
Returns:
- Type
 - ItemListResponse
 
Members
- 
    
count
 - 
    
    The number of results in the current page of results if the API returned such information. Otherwise, it is -1.
- Source:
 
 - 
    
lastPage
 - 
    
    The number of the last available page of results if the API returned such information. Otherwise, it is -1.
- Source:
 
 - 
    
page
 - 
    
    The current page number of the results if the API returned such information. Otherwise it is -1.
- Source:
 
 - 
    
results
 - 
    
    Retrieve the list of Item objects as returned by the REST API.
- Source:
 
 - 
    
total
 - 
    
    The total number of results if the API returned such information. Otherwise, it is -1.
- Source: