mirror of
https://github.com/immich-app/immich.git
synced 2024-12-20 00:38:24 +02:00
31f7e1aca3
* feat: album orders * fix: tests * pr feedback * pr feedback * pr feedback * fix: tests * add comment * pr feedback * fix: rendering issue * wording * fix: order value doesn't change --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
1.3 KiB
Generated
1.3 KiB
Generated
openapi.model.AlbumResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
albumName | String | ||
albumThumbnailAssetId | String | ||
assetCount | int | ||
assets | List | [default to const []] | |
createdAt | DateTime | ||
description | String | ||
endDate | DateTime | [optional] | |
hasSharedLink | bool | ||
id | String | ||
isActivityEnabled | bool | ||
lastModifiedAssetTimestamp | DateTime | [optional] | |
order | AssetOrder | [optional] | |
owner | UserResponseDto | ||
ownerId | String | ||
shared | bool | ||
sharedUsers | List | [default to const []] | |
startDate | DateTime | [optional] | |
updatedAt | DateTime |