# CorporationsProjectsDetailProject ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | Project\'s ID | [default to undefined] **last_modified** | **string** | Moment this project was last modified. Project contributions also count as a modification | [default to undefined] **name** | **string** | Project\'s name | [default to undefined] **progress** | [**CorporationsProjectsDetailProgress**](CorporationsProjectsDetailProgress.md) | Project\'s progress | [default to undefined] **reward** | [**CorporationsProjectsDetailReward**](CorporationsProjectsDetailReward.md) | Project\'s reward | [optional] [default to undefined] **state** | **string** | Project\'s current state | [default to undefined] ## Example ```typescript import { CorporationsProjectsDetailProject } from 'eve-esi-client-ts'; const instance: CorporationsProjectsDetailProject = { id, last_modified, name, progress, reward, state, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)