ProjectRelations

class LOGS.Entities.ProjectRelations.ProjectRelations(ref=None, connection=None)[source]

Bases: EntityRelations

Relations of a Project with other entities

property datasets: EntityRelation[Dataset] | None
property documents: EntityRelation[Document] | None
property labNotebookEntries: EntityRelation | None
property labNotebooksEntryMentions: EntityRelation | None
property samples: EntityRelation[Sample] | None