# DogmaEffectsEffectIdGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **string** | | [optional] [default to undefined] **disallow_auto_repeat** | **boolean** | | [optional] [default to undefined] **discharge_attribute_id** | **number** | | [optional] [default to undefined] **display_name** | **string** | | [optional] [default to undefined] **duration_attribute_id** | **number** | | [optional] [default to undefined] **effect_category** | **number** | | [optional] [default to undefined] **effect_id** | **number** | | [default to undefined] **electronic_chance** | **boolean** | | [optional] [default to undefined] **falloff_attribute_id** | **number** | | [optional] [default to undefined] **icon_id** | **number** | | [optional] [default to undefined] **is_assistance** | **boolean** | | [optional] [default to undefined] **is_offensive** | **boolean** | | [optional] [default to undefined] **is_warp_safe** | **boolean** | | [optional] [default to undefined] **modifiers** | [**Array<DogmaEffectsEffectIdGetModifiersInner>**](DogmaEffectsEffectIdGetModifiersInner.md) | | [optional] [default to undefined] **name** | **string** | | [optional] [default to undefined] **post_expression** | **number** | | [optional] [default to undefined] **pre_expression** | **number** | | [optional] [default to undefined] **published** | **boolean** | | [optional] [default to undefined] **range_attribute_id** | **number** | | [optional] [default to undefined] **range_chance** | **boolean** | | [optional] [default to undefined] **tracking_speed_attribute_id** | **number** | | [optional] [default to undefined] ## Example ```typescript import { DogmaEffectsEffectIdGet } from 'eve-esi-client-ts'; const instance: DogmaEffectsEffectIdGet = { description, disallow_auto_repeat, discharge_attribute_id, display_name, duration_attribute_id, effect_category, effect_id, electronic_chance, falloff_attribute_id, icon_id, is_assistance, is_offensive, is_warp_safe, modifiers, name, post_expression, pre_expression, published, range_attribute_id, range_chance, tracking_speed_attribute_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)