2023-11-11 23:06:19 +02:00
# openapi.model.PartnerResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-11-14 05:10:35 +02:00
**avatarColor** | [**UserAvatarColor** ](UserAvatarColor.md ) | |
2023-11-11 23:06:19 +02:00
**createdAt** | [**DateTime** ](DateTime.md ) | |
**deletedAt** | [**DateTime** ](DateTime.md ) | |
**email** | **String** | |
**externalPath** | **String** | |
**id** | **String** | |
**inTimeline** | **bool** | | [optional]
**isAdmin** | **bool** | |
**memoriesEnabled** | **bool** | | [optional]
2023-11-12 03:03:32 +02:00
**name** | **String** | |
2023-11-11 23:06:19 +02:00
**oauthId** | **String** | |
**profileImagePath** | **String** | |
**shouldChangePassword** | **bool** | |
**storageLabel** | **String** | |
**updatedAt** | [**DateTime** ](DateTime.md ) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)