mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
16 lines
567 B
Markdown
16 lines
567 B
Markdown
# openapi.model.AssetBulkUploadCheckItem
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**checksum** | **String** | Base64 or hex encoded SHA1 hash |
|
|
**id** | **String** | Client-side identifier echoed in the response to match results to inputs (e.g. filename) |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|