mirror of
https://github.com/immich-app/immich.git
synced 2024-12-13 11:54:52 +02:00
18 lines
562 B
Markdown
Generated
18 lines
562 B
Markdown
Generated
# openapi.model.CreateAlbumDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**albumName** | **String** | |
|
|
**sharedWithUserIds** | **List<String>** | | [optional] [default to const []]
|
|
**assetIds** | **List<String>** | | [optional] [default to const []]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|