# CorporationsProjectsDetailDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **career** | **string** | Assigned career path | [default to undefined] **created** | **string** | Moment this project was created | [default to undefined] **description** | **string** | Description | [default to undefined] **expires** | **string** | Moment this project expires | [optional] [default to undefined] **finished** | **string** | Moment this project transitioned to a non-active state. | [optional] [default to undefined] ## Example ```typescript import { CorporationsProjectsDetailDetails } from 'eve-esi-client-ts'; const instance: CorporationsProjectsDetailDetails = { career, created, description, expires, finished, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)