DigitalTwinsDescriptionListResult interface
A list of DigitalTwins description objects with a next link.
Properties
next |
The link used to get the next page of DigitalTwins description objects. |
value | A list of DigitalTwins description objects. |
Property Details
nextLink
The link used to get the next page of DigitalTwins description objects.
nextLink?: string
Property Value
string
value
A list of DigitalTwins description objects.
value?: DigitalTwinsDescription[]