# DogmaEffectsEffectIdGetModifiersInner modifier object ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **domain** | **string** | | [optional] [default to undefined] **effect_id** | **number** | | [optional] [default to undefined] **func** | **string** | | [default to undefined] **modified_attribute_id** | **number** | | [optional] [default to undefined] **modifying_attribute_id** | **number** | | [optional] [default to undefined] **operator** | **number** | | [optional] [default to undefined] ## Example ```typescript import { DogmaEffectsEffectIdGetModifiersInner } from 'eve-esi-client-ts'; const instance: DogmaEffectsEffectIdGetModifiersInner = { domain, effect_id, func, modified_attribute_id, modifying_attribute_id, operator, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)