mirror of https://github.com/immich-app/immich.git
776 B
776 B
openapi.model.PeopleUpdateItem
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] |
| featureFaceAssetId | String | Asset is used to get the feature face thumbnail. | [optional] |
| id | String | Person id. | |
| isHidden | bool | Person visibility | [optional] |
| name | String | Person name. | [optional] |