mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
1.4 KiB
1.4 KiB
openapi.model.SyncAssetV1
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| checksum | String | Checksum | |
| createdAt | DateTime | Uploaded to Immich at | |
| deletedAt | DateTime | Deleted at | |
| duration | String | Duration | |
| fileCreatedAt | DateTime | File created at | |
| fileModifiedAt | DateTime | File modified at | |
| height | int | Asset height | |
| id | String | Asset ID | |
| isEdited | bool | Is edited | |
| isFavorite | bool | Is favorite | |
| libraryId | String | Library ID | |
| livePhotoVideoId | String | Live photo video ID | |
| localDateTime | DateTime | Local date time | |
| originalFileName | String | Original file name | |
| ownerId | String | Owner ID | |
| stackId | String | Stack ID | |
| thumbhash | String | Thumbhash | |
| type | AssetTypeEnum | ||
| visibility | AssetVisibility | ||
| width | int | Asset width |