immich/mobile/openapi/doc/CreateAlbumDto.md

792 B

openapi.model.CreateAlbumDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
albumName String
albumUsers List This property was added in v1.104.0 [optional] [default to const []]
assetIds List [optional] [default to const []]
description String [optional]
sharedWithUserIds List This property was deprecated in v1.104.0 [optional] [default to const []]

[Back to Model list] [Back to API list] [Back to README]