Package version:

Collection of runs.

interface RunListResult {
    nextLink?: string;
    value?: Run[];
}

Properties

Properties

nextLink?: string

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

value?: Run[]

The collection value.