mirror of
https://github.com/immich-app/immich.git
synced 2024-12-04 10:34:56 +02:00
310fab526d
* chore: recursively sort api keys * chore: open api
1.4 KiB
Generated
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 |