Share via


PagedTaskOutput interface

Paged collection of Task items

Properties

nextLink

The link to the next page of items

totalElements

The total number of items available in the full result set.

value

The Task items on this page

Property Details

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

value

The Task items on this page

value: TaskOutput[]

Property Value