Package version:

The response of a BuildResource list operation.

interface BuildCollection {
    nextLink?: string;
    value: BuildResource[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

value: BuildResource[]

The BuildResource items on this page