immich/mobile/openapi/doc/CreateLibraryDto.md
Daniel Dietzler 7b1562c050
fix(server): remove isWatched from DTO (#8598)
* fix: remove isWatched

* chore: open api
2024-04-08 16:00:08 -04:00

697 B
Generated

openapi.model.CreateLibraryDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
exclusionPatterns List [optional] [default to const []]
importPaths List [optional] [default to const []]
isVisible bool [optional]
name String [optional]
ownerId String
type LibraryType

[Back to Model list] [Back to API list] [Back to README]