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** | |
2023-04-11 12:23:39 +02:00
**originalFileName** | **String** | |
2023-05-28 03:56:17 +02:00
**resized** | **bool** | |
2023-06-18 05:22:31 +02:00
**thumbhash** | **String** | base64 encoded thumbhash |
2023-05-29 16:05:14 +02:00
**fileCreatedAt** | [**DateTime** ](DateTime.md ) | |
**fileModifiedAt** | [**DateTime** ](DateTime.md ) | |
**updatedAt** | [**DateTime** ](DateTime.md ) | |
2022-07-13 14:23:48 +02:00
**isFavorite** | **bool** | |
2023-04-12 17:37:52 +02:00
**isArchived** | **bool** | |
2022-07-13 14:23:48 +02:00
**mimeType** | **String** | |
**duration** | **String** | |
**exifInfo** | [**ExifResponseDto** ](ExifResponseDto.md ) | | [optional]
**smartInfo** | [**SmartInfoResponseDto** ](SmartInfoResponseDto.md ) | | [optional]
2022-11-26 18:16:02 +02:00
**livePhotoVideoId** | **String** | | [optional]
2023-02-07 04:47:06 +02:00
**tags** | [**List<TagResponseDto>** ](TagResponseDto.md ) | | [optional] [default to const []]
2023-05-17 19:07:17 +02:00
**people** | [**List<PersonResponseDto>** ](PersonResponseDto.md ) | | [optional] [default to const []]
2023-05-28 03:56:17 +02:00
**checksum** | **String** | base64 encoded sha1 hash |
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)