mirror of
https://github.com/immich-app/immich.git
synced 2025-10-27 08:55:40 -04:00
1.0 KiB
1.0 KiB
openapi.model.AssetResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | AssetTypeEnum | ||
| id | String | ||
| deviceAssetId | String | ||
| ownerId | String | ||
| deviceId | String | ||
| originalPath | String | ||
| resizePath | String | ||
| createdAt | String | ||
| modifiedAt | String | ||
| isFavorite | bool | ||
| mimeType | String | ||
| duration | String | ||
| webpPath | String | ||
| encodedVideoPath | String | ||
| exifInfo | ExifResponseDto | [optional] | |
| smartInfo | SmartInfoResponseDto | [optional] |