immich/mobile/openapi/doc/LibraryResponseDto.md

24 lines
909 B
Markdown
Raw Normal View History

# openapi.model.LibraryResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assetCount** | **int** | Number of assets |
**createdAt** | [**DateTime**](DateTime.md) | Creation date |
**exclusionPatterns** | **List<String>** | Exclusion patterns | [default to const []]
**id** | **String** | Library ID |
**importPaths** | **List<String>** | Import paths | [default to const []]
**name** | **String** | Library name |
**ownerId** | **String** | Owner user ID |
**refreshedAt** | [**DateTime**](DateTime.md) | Last refresh date |
**updatedAt** | [**DateTime**](DateTime.md) | Last update date |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)