immich/mobile/openapi/doc/EmailNotificationsResponse.md

18 lines
638 B
Markdown
Raw Normal View History

# openapi.model.EmailNotificationsResponse
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**albumInvite** | **bool** | Whether to receive email notifications for album invites |
**albumUpdate** | **bool** | Whether to receive email notifications for album updates |
**enabled** | **bool** | Whether email notifications are enabled |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)