# EnumOptionInsertRequest
## Properties
**enum_option** | **String** | The gid of the enum option to relocate. |
**before_enum_option** | 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** | 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)