2022-07-13 14:23:48 +02:00
# openapi.model.CreateUserDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **String** | |
2023-08-01 18:49:18 +02:00
**externalPath** | **String** | | [optional]
2023-08-10 04:01:16 +02:00
**memoriesEnabled** | **bool** | | [optional]
2023-11-12 03:03:32 +02:00
**name** | **String** | |
2023-08-01 18:49:18 +02:00
**password** | **String** | |
2023-05-22 05:18:10 +02:00
**storageLabel** | **String** | | [optional]
2022-07-13 14:23:48 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)