# DatabasesCreateBooleanAttributeRequest
## Properties
**key** | **String** | Attribute Key. | [default to null]
**required** | **bool** | Is attribute required? | [default to false]
**default** | Option<**bool**> | Default value for attribute when not provided. Cannot be set when attribute is required. | [optional][default to false]
**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)