2022-07-13 14:23:48 +02:00
# openapi.model.AlbumResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-01 18:49:18 +02:00
**albumName** | **String** | |
**albumThumbnailAssetId** | **String** | |
2022-08-11 05:48:25 +02:00
**assetCount** | **int** | |
2023-08-01 18:49:18 +02:00
**assets** | [**List<AssetResponseDto>** ](AssetResponseDto.md ) | | [default to const []]
**createdAt** | [**DateTime** ](DateTime.md ) | |
2023-08-06 04:43:26 +02:00
**description** | **String** | |
2023-08-11 18:00:51 +02:00
**endDate** | [**DateTime** ](DateTime.md ) | | [optional]
**hasSharedLink** | **bool** | |
2022-07-13 14:23:48 +02:00
**id** | **String** | |
2023-08-01 18:49:18 +02:00
**lastModifiedAssetTimestamp** | [**DateTime** ](DateTime.md ) | | [optional]
**owner** | [**UserResponseDto** ](UserResponseDto.md ) | |
2022-07-13 14:23:48 +02:00
**ownerId** | **String** | |
**shared** | **bool** | |
**sharedUsers** | [**List<UserResponseDto>** ](UserResponseDto.md ) | | [default to const []]
2023-08-11 18:00:51 +02:00
**startDate** | [**DateTime** ](DateTime.md ) | | [optional]
2023-08-01 18:49:18 +02:00
**updatedAt** | [**DateTime** ](DateTime.md ) | |
2022-07-13 14:23:48 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)