Package version:

Interface DatasetListResponse

A list of dataset resources.

interface DatasetListResponse {
    nextLink?: string;
    value: DatasetResource[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

List of datasets.