mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
# openapi.model.UserPreferencesResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**albums** | [**AlbumsResponse**](AlbumsResponse.md) | |
|
|
**cast** | [**CastResponse**](CastResponse.md) | |
|
|
**download** | [**DownloadResponse**](DownloadResponse.md) | |
|
|
**emailNotifications** | [**EmailNotificationsResponse**](EmailNotificationsResponse.md) | |
|
|
**folders** | [**FoldersResponse**](FoldersResponse.md) | |
|
|
**memories** | [**MemoriesResponse**](MemoriesResponse.md) | |
|
|
**people** | [**PeopleResponse**](PeopleResponse.md) | |
|
|
**purchase** | [**PurchaseResponse**](PurchaseResponse.md) | |
|
|
**ratings** | [**RatingsResponse**](RatingsResponse.md) | |
|
|
**recentlyAdded** | [**RecentlyAddedResponse**](RecentlyAddedResponse.md) | |
|
|
**sharedLinks** | [**SharedLinksResponse**](SharedLinksResponse.md) | |
|
|
**tags** | [**TagsResponse**](TagsResponse.md) | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|