The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Net::Async::Spotify::Object::Generated::CursorPaging at lib/Net/Async/Spotify/Object/Generated/CursorPaging.pm (on the system that originally ran this). If you do edit this file, and don't want your changes to be removed, make sure you change the first line.
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.