mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
555 B
555 B
openapi.model.ValidateLibraryImportPathResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| importPath | String | Import path | |
| isValid | bool | Is valid | |
| message | Optional<String?> | Validation message | [optional] |