2022-07-13 07:23:48 -05:00
# openapi.model.UpdateUserDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-11-13 22:10:35 -05:00
**avatarColor** | [**UserAvatarColor** ](UserAvatarColor.md ) | | [optional]
2022-12-27 11:36:31 -05:00
**email** | **String** | | [optional]
2023-08-01 11:49:18 -05:00
**id** | **String** | |
2022-07-13 07:23:48 -05:00
**isAdmin** | **bool** | | [optional]
2023-08-09 21:01:16 -05:00
**memoriesEnabled** | **bool** | | [optional]
2023-11-11 20:03:32 -05:00
**name** | **String** | | [optional]
2023-08-01 11:49:18 -05:00
**password** | **String** | | [optional]
2024-01-12 19:43:36 -05:00
**quotaSizeInBytes** | **int** | | [optional]
2022-07-13 07:23:48 -05:00
**shouldChangePassword** | **bool** | | [optional]
2023-08-01 11:49:18 -05:00
**storageLabel** | **String** | | [optional]
2022-07-13 07:23:48 -05: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)