mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02: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 []] |