2023-05-17 19:07:17 +02:00
# openapi.model.PersonResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-18 22:10:29 +02:00
**birthDate** | [**DateTime** ](DateTime.md ) | |
2023-05-17 19:07:17 +02:00
**id** | **String** | |
2023-08-01 18:49:18 +02:00
**isHidden** | **bool** | |
2023-05-17 19:07:17 +02:00
**name** | **String** | |
**thumbnailPath** | **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)