Model that describes a project.
| Name | Type | Description |
|---|---|---|
| access_all | Boolean | Flag indicating access for all users. |
| access_group_ids | Array of Int64 | IDs of user groups with access. |
| access_user_ids | Array of Int64 | IDs of users with access. |
| created_date | Int64 | Project creation date as Unix time in seconds. |
| created_user_id | Int64 | ID of the user who created the project. |
| deleted | Boolean | Project deletion flag. |
| description | String | Project description. |
| id | Int64 | Project ID. |
| last_update | Int64 | Record last modification date as Unix time in seconds. |
| logo_file_id | Int64 | Project logo file ID. |
| name | String | Project name. |
| responsible_user_id | Int64 | Responsible user ID. |