1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-01 09:51:16 +02:00
immich/mobile/openapi/doc/AlbumResponseDto.md

761 B

openapi.model.AlbumResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String
ownerId String
albumName String
createdAt String
albumThumbnailAssetId String
shared bool
sharedUsers List [default to const []]
assets List [default to const []]

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