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-10-14 03:46:30 +02:00
**hasMetadata** | **bool** | |
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** | |
2023-10-06 09:01:14 +02:00
**isTrashed** | **bool** | |
2023-09-20 13:16:33 +02:00
**libraryId** | **String** | |
2022-11-26 18:16:02 +02:00
**livePhotoVideoId** | **String** | | [optional]
2023-10-05 00:11:11 +02:00
**localDateTime** | [**DateTime** ](DateTime.md ) | |
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-12-05 17:43:15 +02:00
**people** | [**List<PersonWithFacesResponseDto>** ](PersonWithFacesResponseDto.md ) | | [optional] [default to const []]
2023-08-01 18:49:18 +02:00
**resized** | **bool** | |
**smartInfo** | [**SmartInfoResponseDto** ](SmartInfoResponseDto.md ) | | [optional]
2023-10-22 04:38:07 +02:00
**stack** | [**List<AssetResponseDto>** ](AssetResponseDto.md ) | | [optional] [default to const []]
**stackCount** | **int** | |
**stackParentId** | **String** | | [optional]
2023-08-01 18:49:18 +02:00
**tags** | [**List<TagResponseDto>** ](TagResponseDto.md ) | | [optional] [default to const []]
2023-10-14 03:46:30 +02:00
**thumbhash** | **String** | |
2023-08-01 18:49:18 +02:00
**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)