# 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** |  | 
**deletedAt** | [**DateTime**](DateTime.md) |  | [optional] 
**oauthId** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)