mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
d2807b8d6a
* feat: admin repair orphans tool * chore: open api * fix: include upload folder * fix: bugs * feat: empty placeholder * fix: checks * feat: move buttons to top of page * feat: styling and clipboard * styling * better clicking hitbox * fix: show title on hover * feat: download report * restrict file access to immich related files * Add description --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
17 lines
453 B
Markdown
Generated
17 lines
453 B
Markdown
Generated
# openapi.model.FileChecksumResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**checksum** | **String** | |
|
|
**filename** | **String** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|