| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The project unique id | [optional] |
| 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 | [optional] |
| dateFrom | \DateTime | The project date from | [optional] |
| dateTo | \DateTime | The project date to | [optional] |
| projectGroupId | string | The project 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] |
| lastModified | \DateTime | [optional] | |
| lastModifiedBy | string | The user that last modified this item. See `UserAccount` catalog. | [optional] |
| allowTimesheets | bool | The project allow timesheets flag | [optional] |
| allowTasks | bool | The project allow tasks flag | [optional] |
| isActive | bool | Active or locked (soft delete) | [optional] |
| isParent | bool | The project is parent flag | [optional] |
| ext | array<string,mixed> | The project additional fields | [optional] |
| address | \SynergiTech\Iplicit\Model\ProjectAddress | [optional] | |
| milestones | \SynergiTech\Iplicit\Model\ProjectMilestone[] | The project milestones | [optional] |
| subProjects | \SynergiTech\Iplicit\Model\ProjectChild[] | The project sub projects | [optional] |
| availability | \SynergiTech\Iplicit\Model\ProjectAvailability[] | The project availabilities | [optional] |