1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-20 00:38:24 +02:00
immich/mobile/openapi/doc/AlbumResponseDto.md
martin 31f7e1aca3
feat(server, web): album orders (#7819)
* 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>
2024-03-14 11:45:03 -05:00

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

[Back to Model list] [Back to API list] [Back to README]