mirror of
https://github.com/immich-app/immich.git
synced 2024-12-20 00:38:24 +02:00
18 lines
638 B
Markdown
18 lines
638 B
Markdown
|
# openapi.model.PersonCreateDto
|
||
|
|
||
|
## Load the model package
|
||
|
```dart
|
||
|
import 'package:openapi/api.dart';
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**birthDate** | [**DateTime**](DateTime.md) | Person date of birth. Note: the mobile app cannot currently set the birth date to null. | [optional]
|
||
|
**isHidden** | **bool** | Person visibility | [optional]
|
||
|
**name** | **String** | Person name. | [optional]
|
||
|
|
||
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
||
|
|