appwrite_openapi 1.0.0

AUTO-GENERATED client for Appwrite. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# DatabasesCreateFloatAttributeRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **String** | Attribute Key. | [default to null]
**required** | **bool** | Is attribute required? | [default to false]
**min** | Option<**f32**> | Minimum value to enforce on new documents | [optional]
**max** | Option<**f32**> | Maximum value to enforce on new documents | [optional]
**default** | Option<**f32**> | Default value for attribute when not provided. Cannot be set when attribute is required. | [optional]
**array** | Option<**bool**> | Is attribute an array? | [optional][default to false]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)