Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 903 Bytes

PaginatedTranscriptions.md

File metadata and controls

11 lines (7 loc) · 903 Bytes

PaginatedTranscriptions

Properties

Name Type Description Notes
values \Swagger\Client\Model\Transcription[] A list of entities limited by either the passed query parameters 'skip' and 'top' or their default values. When iterating through a list using pagination and deleting entities in parallel, some entities will be skipped in the results. It's recommended to build a list on the client and delete after the fetching of the complete list. [optional]
next_link string A link to the next set of paginated results if there are more entities available; otherwise null. [optional]

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