mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
812 B
812 B
openapi.model.AssetBulkUploadCheckResult
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| action | AssetUploadAction | ||
| assetId | Optional<String?> | Existing asset ID if duplicate | [optional] |
| id | String | Client-side identifier echoed from the request to match results to inputs | |
| isTrashed | Optional<bool?> | Whether existing asset is trashed | [optional] |
| reason | Optional<AssetRejectReason?> | [optional] |