# CorporationCorporationIdMiningObserversObserverIdGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **character_id** | **number** | The character that did the mining | [default to undefined] **last_updated** | **string** | | [default to undefined] **quantity** | **number** | | [default to undefined] **recorded_corporation_id** | **number** | The corporation id of the character at the time data was recorded. | [default to undefined] **type_id** | **number** | | [default to undefined] ## Example ```typescript import { CorporationCorporationIdMiningObserversObserverIdGetInner } from 'eve-esi-client-ts'; const instance: CorporationCorporationIdMiningObserversObserverIdGetInner = { character_id, last_updated, quantity, recorded_corporation_id, type_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)