Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.49 KB

ProjectEntity.md

File metadata and controls

27 lines (24 loc) · 1.49 KB

ProjectEntity

Properties

Name Type Description Notes
parent_title string [optional]
customer int [optional]
id int [optional]
name string
order_number string [optional]
order_date \DateTime Attention: Accessor MUST be used, otherwise date will be serialized in UTC. [optional]
start \DateTime Attention: Accessor MUST be used, otherwise date will be serialized in UTC. [optional]
end \DateTime Attention: Accessor MUST be used, otherwise date will be serialized in UTC. [optional]
comment string [optional]
visible bool [optional] [default to true]
billable bool [optional] [default to true]
meta_fields \Swagger\Client\Model\ProjectMeta[] [optional]
teams \Swagger\Client\Model\Team[] [optional]
global_activities bool [optional] [default to true]
number string [optional]
budget float [optional] [default to 0]
time_budget int [optional] [default to 0]
budget_type string [optional]
color string [optional]

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