RelationshipCollection interface
A collection of relationships which relate digital twins together.
Property Details
nextLink
A URI to retrieve the next page of objects.
nextLink?: string
Property Value
string
value
The relationship objects.
value: Record<string, unknown>[]
Property Value
Record<string, unknown>[]