| Name | Type | Description | Notes |
|---|---|---|---|
| description | string | The project description | [optional] |
| dateFrom | \DateTime | The project from date | [optional] |
| dateTo | \DateTime | The project to date | [optional] |
| projectGroupId | string | The project group id | [optional] |
| legalEntityId | string | The project legal entity id | [optional] |
| contactAccountId | string | The project contact account id | [optional] |
| responsibleResourceId | string | The project responsible resource id | [optional] |
| parentProjectId | string | The project parent project id | [optional] |
| allowTimesheets | bool | The project allow timesheets flag | [optional] |
| allowTasks | bool | The project allow tasks flag | [optional] |
| isParent | bool | The project is parent flag | [optional] |
| hasAddress | bool | The project has address flag | [optional] |
| hasResources | bool | The project has resources flag | [optional] |
| hasMilestones | bool | The project has milestones flag | [optional] |
| address | \SynergiTech\Iplicit\Model\ProjectAddressCreate | [optional] | |
| availability | \SynergiTech\Iplicit\Model\ProjectAvailabilityCreate[] | Project availability groups | [optional] |
| milestones | \SynergiTech\Iplicit\Model\ProjectMilestoneCreate[] | Project milestones | [optional] |
| ext | array<string,mixed> | Project custom fields | [optional] |