Project

class LOGS.Entities.Project.Project(ref=None, id=None, connection=None, name=None)[source]

Bases: IEntityWithIntId, IUniqueEntity, INamedEntity, ITypedEntity, IOwnedEntity, IEntryRecord, IModificationRecord, ILockableEntity, IGenericPermissionEntity

property projectPersonPermissions: List[ProjectPersonPermission] | None