# DatabasesUpdateFloatAttributeRequest
## Properties
**required** | **bool** | Is attribute required? | [default to false]
**min** | **f32** | Minimum value to enforce on new documents |
**max** | **f32** | Maximum value to enforce on new documents |
**default** | Option<**f32**> | Default value for attribute when not provided. Cannot be set when attribute is required. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)