immich/mobile/openapi/doc/CreateLibraryDto.md

18 lines
712 B
Markdown

# openapi.model.CreateLibraryDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exclusionPatterns** | **Optional<List<String>?>** | Exclusion patterns (max 128) | [optional] [default to const []]
**importPaths** | **Optional<List<String>?>** | Import paths (max 128) | [optional] [default to const []]
**name** | **Optional<String?>** | Library name | [optional]
**ownerId** | **String** | Owner user ID |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)