mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
1.1 KiB
Generated
1.1 KiB
Generated
openapi.model.AssetEntity
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| deviceAssetId | String | ||
| userId | String | ||
| deviceId | String | ||
| type | String | ||
| originalPath | String | ||
| resizePath | String | ||
| webpPath | String | ||
| encodedVideoPath | String | ||
| createdAt | String | ||
| modifiedAt | String | ||
| isFavorite | bool | ||
| mimeType | String | ||
| checksum | Object | [optional] | |
| duration | String | ||
| isVisible | bool | ||
| livePhotoVideoId | String | ||
| exifInfo | ExifEntity | [optional] | |
| smartInfo | SmartInfoEntity | [optional] | |
| tags | List | [default to const []] |