mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
1.6 KiB
1.6 KiB
openapi.model.AlbumResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| albumName | String | Album name | |
| albumThumbnailAssetId | String | Thumbnail asset ID | |
| albumUsers | List | First entry is always the album owner. Second entry is the auth user, if it differs from the owner. The rest are ordered alphabetically. | [default to const []] |
| assetCount | int | Number of assets | |
| contributorCounts | Optional<List?> | [optional] [default to const []] | |
| createdAt | DateTime | Creation date | |
| description | String | Album description | |
| endDate | Optional<DateTime?> | End date (latest asset) | [optional] |
| hasSharedLink | bool | Has shared link | |
| id | String | Album ID | |
| isActivityEnabled | bool | Activity feed enabled | |
| lastModifiedAssetTimestamp | Optional<DateTime?> | Last modified asset timestamp | [optional] |
| order | Optional<AssetOrder?> | [optional] | |
| shared | bool | Is shared album | |
| startDate | Optional<DateTime?> | Start date (earliest asset) | [optional] |
| updatedAt | DateTime | Last update date |