1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-04 10:34:56 +02:00
immich/mobile/openapi/doc/AssetResponseDto.md
Jason Rasmussen 310fab526d
chore(server): auto sort open api spec (#3500)
* chore: recursively sort api keys

* chore: open api
2023-08-01 16:49:18 +00:00

1.4 KiB
Generated

openapi.model.AssetResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
checksum String base64 encoded sha1 hash
deviceAssetId String
deviceId String
duration String
exifInfo ExifResponseDto [optional]
fileCreatedAt DateTime
fileModifiedAt DateTime
id String
isArchived bool
isFavorite bool
livePhotoVideoId String [optional]
originalFileName String
originalPath String
ownerId String
people List [optional] [default to const []]
resized bool
smartInfo SmartInfoResponseDto [optional]
tags List [optional] [default to const []]
thumbhash String base64 encoded thumbhash
type AssetTypeEnum
updatedAt DateTime

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