PagedTaskOutput interface
Paged collection of Task items
Properties
| next |
The link to the next page of items |
| total |
The total number of items available in the full result set. |
| value | The Task items on this page |
Property Details
nextLink
The link to the next page of items
nextLink?: string
Property Value
string
totalElements
The total number of items available in the full result set.
totalElements?: number
Property Value
number