mirror of
https://github.com/immich-app/immich.git
synced 2024-12-04 10:34:56 +02:00
31 lines
1.0 KiB
Markdown
31 lines
1.0 KiB
Markdown
|
# openapi.model.AssetResponseDto
|
||
|
|
||
|
## Load the model package
|
||
|
```dart
|
||
|
import 'package:openapi/api.dart';
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**type** | [**AssetTypeEnum**](AssetTypeEnum.md) | |
|
||
|
**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**](ExifResponseDto.md) | | [optional]
|
||
|
**smartInfo** | [**SmartInfoResponseDto**](SmartInfoResponseDto.md) | | [optional]
|
||
|
|
||
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
||
|
|