PagedDigitalTwinsModelDataCollection interface
A collection of DigitalTwinsModelData objects.
Properties
next |
A URI to retrieve the next page of objects. |
value | The DigitalTwinsModelData objects. |
Property Details
nextLink
A URI to retrieve the next page of objects.
nextLink?: string
Property Value
string
value
The DigitalTwinsModelData objects.
value?: DigitalTwinsModelData[]