2023-09-20 13:16:33 +02:00
# openapi.model.CreateLibraryDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exclusionPatterns** | **List<String>** | | [optional] [default to const []]
**importPaths** | **List<String>** | | [optional] [default to const []]
**isVisible** | **bool** | | [optional]
2024-01-31 10:15:54 +02:00
**isWatched** | **bool** | | [optional]
2023-09-20 13:16:33 +02:00
**name** | **String** | | [optional]
2024-02-29 20:35:37 +02:00
**ownerId** | **String** | | [optional]
2023-09-20 13:16:33 +02:00
**type** | [**LibraryType** ](LibraryType.md ) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)