1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-11 11:42:19 +02:00
immich/mobile/openapi/doc/AssetResponseDto.md
Maarten Rijke b4fa60d4fd
feat(web): show original uploader in shared album photo details (#3977)
* feat(web): show original uploader in shared album photo details

* feat: send owner in asset by id response

* chore: open api

* fix: linting

* fix: change to Shared By

* openapi

* openapi

* api

* styling

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-09-06 10:14:44 +07:00

1.5 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
owner UserResponseDto [optional]
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]