1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-13 11:54:52 +02:00
immich/mobile/openapi/doc/AssetResponseDto.md
Jonathan Jogenfors acdc66413c
feat(server,web): libraries (#3124)
* feat: libraries

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-09-20 13:16:33 +02:00

1.6 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
isExternal bool
isFavorite bool
isOffline bool
isReadOnly bool
libraryId String
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]