forked from Cutlery/immich
		
	* Added stores to get album assetId * Upload assets and add to album * Added comments * resolve conflict when add assets from upload directly * Filtered out duplicate asset before adding to the album
		
			
				
	
	
		
			17 lines
		
	
	
		
			462 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			462 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# openapi.model.CheckDuplicateAssetResponseDto
 | 
						|
 | 
						|
## Load the model package
 | 
						|
```dart
 | 
						|
import 'package:openapi/api.dart';
 | 
						|
```
 | 
						|
 | 
						|
## Properties
 | 
						|
Name | Type | Description | Notes
 | 
						|
------------ | ------------- | ------------- | -------------
 | 
						|
**isExist** | **bool** |  | 
 | 
						|
**id** | **String** |  | [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)
 | 
						|
 | 
						|
 |