# FreelanceJobsDetailFreelancejob ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | Job\'s ID | [default to undefined] **last_modified** | **string** | Job\'s last modified | [default to undefined] **name** | **string** | Job\'s name | [default to undefined] **progress** | [**FreelanceJobsDetailProgress**](FreelanceJobsDetailProgress.md) | Job\'s progress | [default to undefined] **reward** | [**FreelanceJobsDetailReward**](FreelanceJobsDetailReward.md) | Job\'s reward | [optional] [default to undefined] **state** | **string** | Job\'s state | [default to undefined] ## Example ```typescript import { FreelanceJobsDetailFreelancejob } from 'eve-esi-client-ts'; const instance: FreelanceJobsDetailFreelancejob = { 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)