mirror of
https://github.com/immich-app/immich.git
synced 2025-10-27 00:32:32 -04:00
* refactor: remove isReadOnly and isExternal usages * chore: open api * fix: linting * remove mobile isReadOnly dependency --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
1.9 KiB
Generated
1.9 KiB
Generated
openapi.model.SmartSearchDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| city | String | [optional] | |
| country | String | [optional] | |
| createdAfter | DateTime | [optional] | |
| createdBefore | DateTime | [optional] | |
| deviceId | String | [optional] | |
| isArchived | bool | [optional] | |
| isEncoded | bool | [optional] | |
| isFavorite | bool | [optional] | |
| isMotion | bool | [optional] | |
| isNotInAlbum | bool | [optional] | |
| isOffline | bool | [optional] | |
| isVisible | bool | [optional] | |
| lensModel | String | [optional] | |
| libraryId | String | [optional] | |
| make | String | [optional] | |
| model | String | [optional] | |
| page | num | [optional] | |
| personIds | List | [optional] [default to const []] | |
| query | String | ||
| size | num | [optional] | |
| state | String | [optional] | |
| takenAfter | DateTime | [optional] | |
| takenBefore | DateTime | [optional] | |
| trashedAfter | DateTime | [optional] | |
| trashedBefore | DateTime | [optional] | |
| type | AssetTypeEnum | [optional] | |
| updatedAfter | DateTime | [optional] | |
| updatedBefore | DateTime | [optional] | |
| withArchived | bool | [optional] [default to false] | |
| withDeleted | bool | [optional] | |
| withExif | bool | [optional] |