2022-07-13 12:23:48 +00:00
# openapi.model.AlbumResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-01 16:49:18 +00:00
**albumName** | **String** | |
**albumThumbnailAssetId** | **String** | |
2022-08-11 03:48:25 +00:00
**assetCount** | **int** | |
2023-08-01 16:49:18 +00:00
**assets** | [**List<AssetResponseDto>** ](AssetResponseDto.md ) | | [default to const []]
**createdAt** | [**DateTime** ](DateTime.md ) | |
2023-08-06 02:43:26 +00:00
**description** | **String** | |
2023-08-11 16:00:51 +00:00
**endDate** | [**DateTime** ](DateTime.md ) | | [optional]
**hasSharedLink** | **bool** | |
2022-07-13 12:23:48 +00:00
**id** | **String** | |
2023-11-07 04:37:21 +00:00
**isActivityEnabled** | **bool** | |
2023-08-01 16:49:18 +00:00
**lastModifiedAssetTimestamp** | [**DateTime** ](DateTime.md ) | | [optional]
**owner** | [**UserResponseDto** ](UserResponseDto.md ) | |
2022-07-13 12:23:48 +00:00
**ownerId** | **String** | |
**shared** | **bool** | |
**sharedUsers** | [**List<UserResponseDto>** ](UserResponseDto.md ) | | [default to const []]
2023-08-11 16:00:51 +00:00
**startDate** | [**DateTime** ](DateTime.md ) | | [optional]
2023-08-01 16:49:18 +00:00
**updatedAt** | [**DateTime** ](DateTime.md ) | |
2022-07-13 12:23:48 +00: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)