Class Edge (2.2.1)

Edge(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A directional edge.

Attributes

NameDescription
source_node str
The source node of the edge.
target_node str
The target node of the edge.

Inheritance

builtins.object > proto.message.Message > Edge