EntityModificationType

class app.portfolio.models.entity.entity_log.EntityModificationType[source]

Bases: Enum

Inheritance diagram of EntityModificationType

Inheritance Diagram for EntityModificationType

Attributes

record_exists

record_deleted

CREATED

UPDATED

DELETED

CREATED = 'created'
DELETED = 'deleted'
UPDATED = 'updated'
property record_deleted: bool
property record_exists: bool