EventOperation class
Bases: _ReprEnum
Enum representing a type of operation performed on a Core entity.
EventOperation
is used as an attribute of the Event
object to describe the
operation performed on an entity.
The possible operations are:
CREATION
: Event related to a creation operation.UPDATE
: Event related to an update operation.DELETION
: Event related to a deletion operation.SUBMISSION
: Event related to a submission operation.