Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 692 Bytes

PaginatedModels.md

File metadata and controls

9 lines (6 loc) · 692 Bytes

SpeechToTextApiV30.PaginatedModels

Properties

Name Type Description Notes
values [Model] 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]
nextLink String A link to the next set of paginated results if there are more entities available; otherwise null. [optional]