immich/mobile/openapi/doc/PersonResponseDto.md

839 B

openapi.model.PersonResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
birthDate DateTime Person date of birth
color Optional<String?> Person color (hex) [optional]
id String Person ID
isFavorite Optional<bool?> Is favorite [optional]
isHidden bool Is hidden
name String Person name
thumbnailPath String Thumbnail path
updatedAt Optional<DateTime?> Last update date [optional]

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