immich/mobile/openapi/doc/PeopleUpdateItem.md

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]

[Back to Model list] [Back to API list] [Back to README]