immich/mobile/openapi/doc/UpdateAlbumUserDto.md

16 lines
439 B
Markdown
Raw Normal View History

2024-04-16 18:14:08 +02:00
# openapi.model.UpdateAlbumUserDto
2024-04-12 18:28:50 +02:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2024-04-17 09:31:56 +02:00
**role** | [**AlbumUserRole**](AlbumUserRole.md) | |
2024-04-12 18:28:50 +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)