forked from Cutlery/immich
1.5 KiB
Generated
1.5 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 []] | |
childAlbums | List | [optional] [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 | ||
parentAlbums | List | [optional] [default to const []] | |
shared | bool | ||
sharedUsers | List | [default to const []] | |
startDate | DateTime | [optional] | |
updatedAt | DateTime |