NAME
Net::Async::Spotify::Object::Generated::CursorPaging - Package representing Spotify CursorPaging 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 CursorPaging Object attributes:
- cursors
-
Type:CursorObject Description:The cursors used to find the next set of items.
- 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)
- total
-
Type:Integer Description:The total number of items available to return.