# UniverseGraphicsGraphicIdGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **collision_file** | **string** | | [optional] [default to undefined] **graphic_file** | **string** | | [optional] [default to undefined] **graphic_id** | **number** | | [default to undefined] **icon_folder** | **string** | | [optional] [default to undefined] **sof_dna** | **string** | | [optional] [default to undefined] **sof_fation_name** | **string** | | [optional] [default to undefined] **sof_hull_name** | **string** | | [optional] [default to undefined] **sof_race_name** | **string** | | [optional] [default to undefined] ## Example ```typescript import { UniverseGraphicsGraphicIdGet } from 'eve-esi-client-ts'; const instance: UniverseGraphicsGraphicIdGet = { collision_file, graphic_file, graphic_id, icon_folder, sof_dna, sof_fation_name, sof_hull_name, sof_race_name, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)