Loading...
class Project: id: str name: str description: Optional[str] = None
id
str
The ID of the Project. Project ID starts with the prefix proj_
proj_
name
The name of the Project. Project names have to be unique.
description
An optional description of the Project. Descriptions are limited to 255 characters.
dbnl.create_project
dbnl.get_project
dbnl.get_or_create_project