Package version:

Interface DataProductsCatalogListResult

The response of a DataProductsCatalog list operation.

interface DataProductsCatalogListResult {
    nextLink?: string;
    value: DataProductsCatalog[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

The DataProductsCatalog items on this page

Generated using TypeDoc