Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 920 Bytes

File metadata and controls

16 lines (12 loc) · 920 Bytes

PagingTrackObject

Properties

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

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