# DogmaAttributesAttributeIdGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attribute_id** | **number** | | [default to undefined] **default_value** | **number** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **display_name** | **string** | | [optional] [default to undefined] **high_is_good** | **boolean** | | [optional] [default to undefined] **icon_id** | **number** | | [optional] [default to undefined] **name** | **string** | | [optional] [default to undefined] **published** | **boolean** | | [optional] [default to undefined] **stackable** | **boolean** | | [optional] [default to undefined] **unit_id** | **number** | | [optional] [default to undefined] ## Example ```typescript import { DogmaAttributesAttributeIdGet } from 'eve-esi-client-ts'; const instance: DogmaAttributesAttributeIdGet = { attribute_id, default_value, description, display_name, high_is_good, icon_id, name, published, stackable, unit_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)