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
------------ | ------------- | ------------- | -------------
2023-08-01 18:49:18 +02:00
**checksum** | **String** | base64 encoded sha1 hash |
2022-07-13 14:23:48 +02:00
**deviceAssetId** | **String** | |
**deviceId** | **String** | |
2023-08-01 18:49:18 +02:00
**duration** | **String** | |
**exifInfo** | [**ExifResponseDto** ](ExifResponseDto.md ) | | [optional]
2023-05-29 16:05:14 +02:00
**fileCreatedAt** | [**DateTime** ](DateTime.md ) | |
**fileModifiedAt** | [**DateTime** ](DateTime.md ) | |
2023-08-01 18:49:18 +02:00
**id** | **String** | |
2023-04-12 17:37:52 +02:00
**isArchived** | **bool** | |
2023-09-20 13:16:33 +02:00
**isExternal** | **bool** | |
2023-08-01 18:49:18 +02:00
**isFavorite** | **bool** | |
2023-09-20 13:16:33 +02:00
**isOffline** | **bool** | |
**isReadOnly** | **bool** | |
**libraryId** | **String** | |
2022-11-26 18:16:02 +02:00
**livePhotoVideoId** | **String** | | [optional]
2023-08-01 18:49:18 +02:00
**originalFileName** | **String** | |
**originalPath** | **String** | |
2023-09-06 05:14:44 +02:00
**owner** | [**UserResponseDto** ](UserResponseDto.md ) | | [optional]
2023-08-01 18:49:18 +02:00
**ownerId** | **String** | |
2023-05-17 19:07:17 +02:00
**people** | [**List<PersonResponseDto>** ](PersonResponseDto.md ) | | [optional] [default to const []]
2023-08-01 18:49:18 +02:00
**resized** | **bool** | |
**smartInfo** | [**SmartInfoResponseDto** ](SmartInfoResponseDto.md ) | | [optional]
**tags** | [**List<TagResponseDto>** ](TagResponseDto.md ) | | [optional] [default to const []]
**thumbhash** | **String** | base64 encoded thumbhash |
**type** | [**AssetTypeEnum** ](AssetTypeEnum.md ) | |
**updatedAt** | [**DateTime** ](DateTime.md ) | |
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)