budosystems.models.core.Entity

class Entity

Bases: BudoBase

Instance level commonalities for all model classes.

id_name: str

(Optional) The field that will be used to generate the entity_id

entity_id: UUID

(Optional) The unique identifier for an instance of Entity (and all its subclasses)

__init__(*, id_name: str = _Nothing.NOTHING, entity_id: ~uuid.UUID = <singleton MissingUUID>) None

Method generated by attrs for class Entity.