mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
* 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] |