EntityMinimal

class LOGS.Entity.EntityMinimal.EntityMinimal(ref=None, id=None, connection=None, name=None)[source]

Bases: Generic[_ID_TYPE, _FULL_ENTITY], ConnectedEntity

contentToString(indentation=1, hideNone=False)[source]
Return type:

str

fetchFullEntity()[source]
property id
property identifier
property isDeleted: bool | None
property isLocked: bool | None
property isSigned: bool | None
property name: str | None
property uid: UUID | None
property version: int | None