2023-05-17 19:07:17 +02:00
# openapi.model.PersonUpdateDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-09-01 18:40:00 +02:00
**birthDate** | [**DateTime** ](DateTime.md ) | Person date of birth. Note: the mobile app cannot currently set the birth date to null. | [optional]
2023-07-03 00:46:20 +02:00
**featureFaceAssetId** | **String** | Asset is used to get the feature face thumbnail. | [optional]
2023-07-18 20:09:43 +02:00
**isHidden** | **bool** | Person visibility | [optional]
2023-08-01 18:49:18 +02:00
**name** | **String** | Person name. | [optional]
2023-05-17 19:07:17 +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)