# CorporationsStructuresSkyhooksDetailReagent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **last_cycle** | **string** | Moment the \'SecureStock\'/\'UnsecuredStock\' value had its last cycle; use SDE to calculate the current values | [default to undefined] **secured_stock** | **number** | Secured stock of the reagent at the time of \'last_cycle\' | [default to undefined] **type_id** | **number** | Reagent\'s type ID | [default to undefined] **unsecured_stock** | **number** | Unsecured stock of the reagent at the time of \'last_cycle\' | [default to undefined] ## Example ```typescript import { CorporationsStructuresSkyhooksDetailReagent } from 'eve-esi-client-ts'; const instance: CorporationsStructuresSkyhooksDetailReagent = { last_cycle, secured_stock, type_id, unsecured_stock, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)