mirror of
https://github.com/immich-app/immich.git
synced 2025-01-02 12:48:35 +02:00
40262c30cb
* refactor: library service * chore: open api * fix: checks
18 lines
525 B
Markdown
Generated
18 lines
525 B
Markdown
Generated
# openapi.model.ValidateLibraryImportPathResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**importPath** | **String** | |
|
|
**isValid** | **bool** | | [default to false]
|
|
**message** | **String** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|