Package version:

The response of a DataProduct list operation.

interface DataProductListResult {
    nextLink?: string;
    value: DataProduct[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

value: DataProduct[]

The DataProduct items on this page

Generated using TypeDoc