PagedModelDataCollection interface

A collection of ModelData objects.

Properties

nextLink

A URI to retrieve the next page of objects.

value

The ModelData objects.

Property Details

A URI to retrieve the next page of objects.

nextLink?: string

Property Value

string

value

The ModelData objects.

value?: ModelData[]

Property Value