pub async fn insert_enum_option_for_custom_field(
    configuration: &Configuration,
    custom_field_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    inline_object4: Option<InlineObject4>
) -> Result<InlineResponse2011, Error<InsertEnumOptionForCustomFieldError>>
Expand description

Moves a particular enum option to be either before or after another specified enum option in the custom field. Locked custom fields can only be reordered by the user who locked the field.