mirror of
https://github.com/immich-app/immich.git
synced 2024-12-19 00:32:49 +02:00
d1ea6a897e
* chore(server): tidy up exif typeorm entity definition * chore(server): tidy up shared link typeorm entity definition * chore(server): tidy up smart info typeorm entity definition * chore(server): tidy up tag typeorm entity definition * ci: add job that checks typeorm migrations are correct and up-to-date
1.2 KiB
Generated
1.2 KiB
Generated
openapi.model.ExifResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
fileSizeInByte | int | [optional] | |
make | String | [optional] | |
model | String | [optional] | |
imageName | String | [optional] | |
exifImageWidth | num | [optional] | |
exifImageHeight | num | [optional] | |
orientation | String | [optional] | |
dateTimeOriginal | DateTime | [optional] | |
modifyDate | DateTime | [optional] | |
lensModel | String | [optional] | |
fNumber | num | [optional] | |
focalLength | num | [optional] | |
iso | num | [optional] | |
exposureTime | String | [optional] | |
latitude | num | [optional] | |
longitude | num | [optional] | |
city | String | [optional] | |
state | String | [optional] | |
country | String | [optional] |