class SeenBy: Relationship

A relationship representing that an entity has been seen by another entity. This is the inverse of the Sees relationship.

__new(self: Object, ...: any)

The default constructor for the class. Subclasses should override this.