NAME
Net::Async::Spotify::Object::Generated::Paging - Package representing Spotify Paging Object
DESCRIPTION
Autogenerated module. Based on https://developer.spotify.com/documentation/web-api/reference/#objects-index Check crawl-api-doc.pl
for more information.
PARAMETERS
Those are Spotify Paging Object attributes:
- href
-
Type:String Description:A link to the Web API endpoint returning the full result of the request
- items
-
Type:Array[Object] Description:The requested data.
- limit
-
Type:Integer Description:The maximum number of items in the response (as set in the query or by default).
- next
-
Type:String Description:URL to the next page of items. ( null if none)
- offset
-
Type:Integer Description:The offset of the items returned (as set in the query or by default)
- previous
-
Type:String Description:URL to the previous page of items. ( null if none)
- total
-
Type:Integer Description:The total number of items available to return.