immich/mobile/openapi/doc/AssetBulkUploadCheckItem.md

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)