2022-07-13 14:23:48 +02:00
# 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** | |
2022-11-26 18:16:02 +02:00
**encodedVideoPath** | **String** | | [optional]
2022-07-13 14:23:48 +02:00
**exifInfo** | [**ExifResponseDto** ](ExifResponseDto.md ) | | [optional]
**smartInfo** | [**SmartInfoResponseDto** ](SmartInfoResponseDto.md ) | | [optional]
2022-11-26 18:16:02 +02:00
**livePhotoVideoId** | **String** | | [optional]
2022-07-13 14:23:48 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)