mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
909 B
909 B
openapi.model.LibraryResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| assetCount | int | Number of assets | |
| createdAt | DateTime | Creation date | |
| exclusionPatterns | List | Exclusion patterns | [default to const []] |
| id | String | Library ID | |
| importPaths | List | Import paths | [default to const []] |
| name | String | Library name | |
| ownerId | String | Owner user ID | |
| refreshedAt | DateTime | Last refresh date | |
| updatedAt | DateTime | Last update date |