Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 562 Bytes

CreateAlbumDto.md

File metadata and controls

17 lines (12 loc) · 562 Bytes

openapi.model.CreateAlbumDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
albumName String
sharedWithUserIds List [optional] [default to const []]
assetIds List [optional] [default to const []]

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