Package version:

The collection of tasks.

interface TaskListResult {
    nextLink?: string;
    value?: Task[];
}

Properties

Properties

nextLink?: string

The URI that can be used to request the next set of paged results.

value?: Task[]

The collection value.