2022-07-13 14:23:48 +02:00
# openapi.model.CreateAlbumDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**albumName** | **String** | |
2024-05-07 22:38:09 +02:00
**albumUsers** | [**List<AlbumUserCreateDto>** ](AlbumUserCreateDto.md ) | This property was added in v1.104.0 | [optional] [default to const []]
2022-07-13 14:23:48 +02:00
**assetIds** | **List<String>** | | [optional] [default to const []]
2023-08-06 04:43:26 +02:00
**description** | **String** | | [optional]
2024-05-07 22:38:09 +02:00
**sharedWithUserIds** | **List<String>** | This property was deprecated in v1.104.0 | [optional] [default to const []]
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)