Project
class Project:
id: str
name: str
description: Optional[str] = NoneFields
Argument
Type
Description
Supported Functions
Was this helpful?
class Project:
id: str
name: str
description: Optional[str] = Noneid
str
The ID of the Project. Project ID starts with the prefix proj_
name
str
The name of the Project. Project names have to be unique.
description
str
An optional description of the Project. Descriptions are limited to 255 characters.
Was this helpful?
Was this helpful?

