mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
835 B
835 B
openapi.model.SyncPersonV1
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| birthDate | DateTime | Birth date | |
| color | String | Color | |
| createdAt | DateTime | Created at | |
| faceAssetId | String | Face asset ID | |
| id | String | Person ID | |
| isFavorite | bool | Is favorite | |
| isHidden | bool | Is hidden | |
| name | String | Person name | |
| ownerId | String | Owner ID | |
| updatedAt | DateTime | Updated at |