mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
839 B
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] |