Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 941 Bytes

File metadata and controls

15 lines (11 loc) · 941 Bytes

CursorPagingSimplifiedArtistObject

Properties

Name Type Description Notes
cursors OpenAPI\Server\Model\CursorObject The cursors used to find the next set of items. [optional]
href string A link to the Web API endpoint returning the full result of the request. [optional]
limit int The maximum number of items in the response (as set in the query or by default). [optional]
next string URL to the next page of items. ( `null` if none) [optional]
total int The total number of items available to return. [optional]
items OpenAPI\Server\Model\ArtistObject [optional]

[Back to Model list] [Back to API list] [Back to README]