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
------------ | ------------- | ------------- | -------------
2022-12-27 11:36:31 -05:00
**email** | **String** | | [optional]
2022-07-13 07:23:48 -05:00
**password** | **String** | | [optional]
**firstName** | **String** | | [optional]
**lastName** | **String** | | [optional]
2023-04-01 11:43:45 -05:00
**id** | **String** | |
2022-07-13 07:23:48 -05:00
**isAdmin** | **bool** | | [optional]
**shouldChangePassword** | **bool** | | [optional]
[[Back to Model list]](../README.md#documentation -for-models) [[Back to API list]](../README.md#documentation -for-api-endpoints) [[Back to README]](../README.md)