Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 792 Bytes

AlbumResponseDto.md

File metadata and controls

23 lines (18 loc) · 792 Bytes

openapi.model.AlbumResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
assetCount int
id String
ownerId String
albumName String
createdAt String
albumThumbnailAssetId String
shared bool
sharedUsers List [default to const []]
assets List [default to const []]

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