ParentRelationOutput interface
The lineage parents relation with GUID of the parent entity and to child entity.
Properties
| child |
The GUID of child entity. |
| parent |
The GUID of parent entity. |
| relationship |
The GUID of relationship. |
Property Details
childEntityId
The GUID of child entity.
childEntityId?: string
Property Value
string
parentEntityId
The GUID of parent entity.
parentEntityId?: string
Property Value
string
relationshipId
The GUID of relationship.
relationshipId?: string
Property Value
string