mirror of
https://github.com/immich-app/immich.git
synced 2024-12-17 12:22:31 +02:00
20 lines
603 B
Markdown
20 lines
603 B
Markdown
|
# openapi.model.FileReportItemDto
|
||
|
|
||
|
## Load the model package
|
||
|
```dart
|
||
|
import 'package:openapi/api.dart';
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**checksum** | **String** | | [optional]
|
||
|
**entityId** | **String** | |
|
||
|
**entityType** | [**PathEntityType**](PathEntityType.md) | |
|
||
|
**pathType** | [**PathType**](PathType.md) | |
|
||
|
**pathValue** | **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)
|
||
|
|
||
|
|