2022-07-13 14:23:48 +02:00
# openapi.model.UserResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | |
**email** | **String** | |
**firstName** | **String** | |
**lastName** | **String** | |
**createdAt** | **String** | |
**profileImagePath** | **String** | |
**shouldChangePassword** | **bool** | |
**isAdmin** | **bool** | |
2022-11-26 18:16:02 +02:00
**deletedAt** | [**DateTime** ](DateTime.md ) | | [optional]
2022-12-26 17:35:52 +02:00
**oauthId** | **String** | |
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)