# Narwhalyeti.EnumOptionInsertRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enum_option** | **String** | The gid of the enum option to relocate. | 
**before_enum_option** | **String** | An existing enum option within this custom field before which the new enum option should be inserted. Cannot be provided together with after_enum_option. | [optional] 
**after_enum_option** | **String** | An existing enum option within this custom field after which the new enum option should be inserted. Cannot be provided together with before_enum_option. | [optional] 
