mirror of
https://github.com/immich-app/immich.git
synced 2024-12-11 11:42:19 +02:00
9d01885b58
* feat: disable activity * fix: disable reactions * fix: tests * fix: tests * fix: tests * pr feedback * pr feedback * chore: styling & wording * refactor component --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
19 lines
576 B
Markdown
Generated
19 lines
576 B
Markdown
Generated
# openapi.model.UpdateAlbumDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**albumName** | **String** | | [optional]
|
|
**albumThumbnailAssetId** | **String** | | [optional]
|
|
**description** | **String** | | [optional]
|
|
**isActivityEnabled** | **bool** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|