Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.15 KB

ProjectEntity.md

File metadata and controls

26 lines (23 loc) · 1.15 KB

ProjectEntity

Properties

Name Type Description Notes
parent_title str [optional]
customer int [optional]
id int [optional]
name str
order_number str [optional]
order_date datetime [optional]
start datetime [optional]
end datetime [optional]
comment str [optional]
visible bool
billable bool
meta_fields list[ProjectMeta] All visible meta (custom) fields registered with this project [optional]
teams list[Team] If no team is assigned, everyone can access the project (also depends on the teams of the customer) [optional]
global_activities bool
budget float
time_budget int
budget_type str [optional]
color str [optional]

[Back to Model list] [Back to API list] [Back to README]