mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
787 B
787 B
openapi.model.SyncAlbumV2
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | DateTime | Created at | |
| description | String | Album description | |
| id | String | Album ID | |
| isActivityEnabled | bool | Is activity enabled | |
| name | String | Album name | |
| order | AssetOrder | ||
| thumbnailAssetId | String | Thumbnail asset ID | |
| updatedAt | DateTime | Updated at |