The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Net::Async::Spotify::Object::Generated::Paging at lib/Net/Async/Spotify/Object/Generated/Paging.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::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.

INHERITED METHODS

Net::Async::Spotify::Object::Base

apply_type, extra_fields, fields, generate, to_hash, to_human, to_json