IncomingRelationship interface
An incoming relationship.
Properties
relationship |
A user-provided string representing the id of this relationship, unique in the context of the source digital twin, i.e. sourceId + relationshipId is unique in the context of the service. |
relationship |
Link to the relationship, to be used for deletion. |
relationship |
The name of the relationship. |
source |
The id of the source digital twin. |
Property Details
relationshipId
A user-provided string representing the id of this relationship, unique in the context of the source digital twin, i.e. sourceId + relationshipId is unique in the context of the service.
relationshipId?: string
Property Value
string
relationshipLink
Link to the relationship, to be used for deletion.
relationshipLink?: string
Property Value
string
relationshipName
The name of the relationship.
relationshipName?: string
Property Value
string
sourceId
The id of the source digital twin.
sourceId?: string
Property Value
string