# EnumTest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **enum_string_required** | **str** | | **enum_string** | **str** | | [optional] **enum_integer** | **int** | | [optional] **enum_number** | **float** | | [optional] **enum_bool** | **bool** | | [optional] if omitted the server will use the default value of False **bool_enum** | [**BooleanEnum**](BooleanEnum.md) | | [optional] **string_enum** | [**StringEnum**](StringEnum.md) | | [optional] **integer_enum** | [**IntegerEnum**](IntegerEnum.md) | | [optional] **string_enum_with_default_value** | [**StringEnumWithDefaultValue**](StringEnumWithDefaultValue.md) | | [optional] **integer_enum_with_default_value** | [**IntegerEnumWithDefaultValue**](IntegerEnumWithDefaultValue.md) | | [optional] **integer_enum_one_value** | [**IntegerEnumOneValue**](IntegerEnumOneValue.md) | | [optional] **inline_array_of_str_enum** | [**[StringEnum]**](StringEnum.md) | | [optional] **array_of_str_enum** | [**ArrayOfEnums**](ArrayOfEnums.md) | | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)