EntityEdges Class

The edge that connects the entity to the other entity.

Inheritance
EntityEdges

Constructor

EntityEdges(*, target_entity_id: Optional[str] = None, additional_data: Optional[Dict[str, Any]] = None, **kwargs)

Variables

target_entity_id
str

The target entity Id.

additional_data
dict[str, any]

A bag of custom fields that should be part of the entity and will be presented to the user.