Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.16 KB

ProjectCollection.md

File metadata and controls

22 lines (19 loc) · 1.16 KB

ProjectCollection

Properties

Name Type Description Notes
parent_title string [optional]
customer int [optional]
id int [optional]
name string
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]
color string [optional]

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