| Name | Type | Description | Notes |
|---|---|---|---|
| code | string | The project code | [optional] |
| intRef | string | Optional interface reference. If provided, it must be unique. <a href="https://docs.iplicit.com/dev/guide/identifiers/index.html\">Learn more</a> | [optional] |
| description | string | The project description | |
| 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 milstones flag | [optional] |
| address | \SynergiTech\Iplicit\Model\ProjectAddressCreate | [optional] | |
| availability | \SynergiTech\Iplicit\Model\ProjectAvailabilityCreate[] | The project resource availability | [optional] |
| milestones | \SynergiTech\Iplicit\Model\ProjectMilestoneCreate[] | The project milestones | [optional] |
| ext | array<string,mixed> | The project custom fields | [optional] |