mirror of
https://github.com/immich-app/immich.git
synced 2024-12-03 09:59:32 +02:00
03457f5d32
* 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
Generated
17 lines
462 B
Markdown
Generated
# 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)
|
|
|
|
|