immich/mobile/openapi/doc/LibraryResponseDto.md

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

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