mirror of
https://github.com/immich-app/immich.git
synced 2025-10-27 08:42:33 -04:00
638 B
Generated
638 B
Generated
openapi.model.PersonCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| birthDate | DateTime | 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] |