# 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** | | **originalFileName** | **String** | | **resized** | **bool** | | **thumbhash** | **String** | base64 encoded thumbhash | **fileCreatedAt** | [**DateTime**](DateTime.md) | | **fileModifiedAt** | [**DateTime**](DateTime.md) | | **updatedAt** | [**DateTime**](DateTime.md) | | **isFavorite** | **bool** | | **isArchived** | **bool** | | **duration** | **String** | | **exifInfo** | [**ExifResponseDto**](ExifResponseDto.md) | | [optional] **smartInfo** | [**SmartInfoResponseDto**](SmartInfoResponseDto.md) | | [optional] **livePhotoVideoId** | **String** | | [optional] **tags** | [**List**](TagResponseDto.md) | | [optional] [default to const []] **people** | [**List**](PersonResponseDto.md) | | [optional] [default to const []] **checksum** | **String** | base64 encoded sha1 hash | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)