# CharactersMercenaryTacticalOperationsDetail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **dungeon_type_id** | **number** | Operation\'s dungeon type ID | [default to undefined] **expires** | **string** | Moment the operation will expire | [default to undefined] **id** | **string** | Operation\'s ID | [default to undefined] **mercenary_den_id** | **number** | ID of Mercenary Den offering this operation | [default to undefined] **state** | **string** | Operation\'s state | [default to undefined] ## Example ```typescript import { CharactersMercenaryTacticalOperationsDetail } from 'eve-esi-client-ts'; const instance: CharactersMercenaryTacticalOperationsDetail = { dungeon_type_id, expires, id, mercenary_den_id, 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)