mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
35 lines
1.1 KiB
Markdown
Generated
35 lines
1.1 KiB
Markdown
Generated
# openapi.model.AssetEntity
|
|
|
|
## Load the model package
|
|
```dart
|
|
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**](.md) | | [optional]
|
|
**duration** | **String** | |
|
|
**isVisible** | **bool** | |
|
|
**livePhotoVideoId** | **String** | |
|
|
**exifInfo** | [**ExifEntity**](ExifEntity.md) | | [optional]
|
|
**smartInfo** | [**SmartInfoEntity**](SmartInfoEntity.md) | | [optional]
|
|
**tags** | [**List<TagEntity>**](TagEntity.md) | | [default to const []]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|