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