# CorporationsCorporationIdAssetsGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **is_blueprint_copy** | **boolean** | | [optional] [default to undefined] **is_singleton** | **boolean** | | [default to undefined] **item_id** | **number** | | [default to undefined] **location_flag** | **string** | | [default to undefined] **location_id** | **number** | | [default to undefined] **location_type** | **string** | | [default to undefined] **quantity** | **number** | | [default to undefined] **type_id** | **number** | | [default to undefined] ## Example ```typescript import { CorporationsCorporationIdAssetsGetInner } from 'eve-esi-client-ts'; const instance: CorporationsCorporationIdAssetsGetInner = { is_blueprint_copy, is_singleton, item_id, location_flag, location_id, location_type, quantity, 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)