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** | |
**assetIds** | **List<String>** | | [optional] [default to const []]
2023-08-06 04:43:26 +02:00
**description** | **String** | | [optional]
2023-08-01 18:49:18 +02:00
**sharedWithUserIds** | **List<String>** | | [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)