mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
763 B
763 B
openapi.model.UpdateAlbumDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| albumName | Optional<String?> | Album name | [optional] |
| albumThumbnailAssetId | Optional<String?> | Album thumbnail asset ID | [optional] |
| description | Optional<String?> | Album description | [optional] |
| isActivityEnabled | Optional<bool?> | Enable activity feed | [optional] |
| order | Optional<AssetOrder?> | [optional] |