forked from Cutlery/immich
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
| # openapi.model.SmartSearchDto
 | |
| 
 | |
| ## Load the model package
 | |
| ```dart
 | |
| import 'package:openapi/api.dart';
 | |
| ```
 | |
| 
 | |
| ## Properties
 | |
| Name | Type | Description | Notes
 | |
| ------------ | ------------- | ------------- | -------------
 | |
| **city** | **String** |  | [optional] 
 | |
| **country** | **String** |  | [optional] 
 | |
| **createdAfter** | [**DateTime**](DateTime.md) |  | [optional] 
 | |
| **createdBefore** | [**DateTime**](DateTime.md) |  | [optional] 
 | |
| **deviceId** | **String** |  | [optional] 
 | |
| **isArchived** | **bool** |  | [optional] 
 | |
| **isEncoded** | **bool** |  | [optional] 
 | |
| **isExternal** | **bool** |  | [optional] 
 | |
| **isFavorite** | **bool** |  | [optional] 
 | |
| **isMotion** | **bool** |  | [optional] 
 | |
| **isNotInAlbum** | **bool** |  | [optional] 
 | |
| **isOffline** | **bool** |  | [optional] 
 | |
| **isReadOnly** | **bool** |  | [optional] 
 | |
| **isVisible** | **bool** |  | [optional] 
 | |
| **lensModel** | **String** |  | [optional] 
 | |
| **libraryId** | **String** |  | [optional] 
 | |
| **make** | **String** |  | [optional] 
 | |
| **model** | **String** |  | [optional] 
 | |
| **page** | **num** |  | [optional] 
 | |
| **personIds** | **List<String>** |  | [optional] [default to const []]
 | |
| **query** | **String** |  | 
 | |
| **size** | **num** |  | [optional] 
 | |
| **state** | **String** |  | [optional] 
 | |
| **takenAfter** | [**DateTime**](DateTime.md) |  | [optional] 
 | |
| **takenBefore** | [**DateTime**](DateTime.md) |  | [optional] 
 | |
| **trashedAfter** | [**DateTime**](DateTime.md) |  | [optional] 
 | |
| **trashedBefore** | [**DateTime**](DateTime.md) |  | [optional] 
 | |
| **type** | [**AssetTypeEnum**](AssetTypeEnum.md) |  | [optional] 
 | |
| **updatedAfter** | [**DateTime**](DateTime.md) |  | [optional] 
 | |
| **updatedBefore** | [**DateTime**](DateTime.md) |  | [optional] 
 | |
| **withArchived** | **bool** |  | [optional] [default to false]
 | |
| **withDeleted** | **bool** |  | [optional] 
 | |
| **withExif** | **bool** |  | [optional] 
 | |
| 
 | |
| [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 | |
| 
 | |
| 
 |