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