2022-07-13 07:23:48 -05: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-05 22:43:26 -04:00
**description** | **String** | | [optional]
2023-08-01 12:49:18 -04:00
**sharedWithUserIds** | **List<String>** | | [optional] [default to const []]
2022-07-13 07:23:48 -05: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)