# FwLeaderboardsCorporationsGetKillsActiveTotalInner active_total object ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **amount** | **number** | Amount of kills | [optional] [default to undefined] **corporation_id** | **number** | | [optional] [default to undefined] ## Example ```typescript import { FwLeaderboardsCorporationsGetKillsActiveTotalInner } from 'eve-esi-client-ts'; const instance: FwLeaderboardsCorporationsGetKillsActiveTotalInner = { amount, corporation_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)