mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			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)
 | 
						|
 | 
						|
 |