mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
712 B
712 B
openapi.model.CreateLibraryDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| exclusionPatterns | Optional<List?> | Exclusion patterns (max 128) | [optional] [default to const []] |
| importPaths | Optional<List?> | Import paths (max 128) | [optional] [default to const []] |
| name | Optional<String?> | Library name | [optional] |
| ownerId | String | Owner user ID |