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
------------ | ------------- | ------------- | -------------
2022-08-11 05:48:25 +02:00
**assetCount** | **int** | |
2022-07-13 14:23:48 +02:00
**id** | **String** | |
**ownerId** | **String** | |
**albumName** | **String** | |
2023-05-30 15:15:56 +02:00
**createdAt** | [**DateTime** ](DateTime.md ) | |
**updatedAt** | [**DateTime** ](DateTime.md ) | |
2022-07-13 14:23:48 +02:00
**albumThumbnailAssetId** | **String** | |
**shared** | **bool** | |
**sharedUsers** | [**List<UserResponseDto>** ](UserResponseDto.md ) | | [default to const []]
**assets** | [**List<AssetResponseDto>** ](AssetResponseDto.md ) | | [default to const []]
2023-02-07 23:11:14 +02:00
**owner** | [**UserResponseDto** ](UserResponseDto.md ) | |
2023-06-21 03:00:59 +02:00
**lastModifiedAssetTimestamp** | [**DateTime** ](DateTime.md ) | | [optional]
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)