immich/mobile/openapi/doc/AssetResponseDto.md
2022-12-05 11:56:44 -06:00

1.1 KiB
Generated

openapi.model.AssetResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
type AssetTypeEnum
id String
deviceAssetId String
ownerId String
deviceId String
originalPath String
resizePath String
createdAt String
modifiedAt String
isFavorite bool
mimeType String
duration String
webpPath String
encodedVideoPath String [optional]
exifInfo ExifResponseDto [optional]
smartInfo SmartInfoResponseDto [optional]
livePhotoVideoId String [optional]
tags List [default to const []]

[Back to Model list] [Back to API list] [Back to README]