mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
720 B
720 B
openapi.model.DownloadInfoDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| albumId | Optional<String?> | Album ID to download | [optional] |
| archiveSize | Optional<int?> | Archive size limit in bytes | [optional] |
| assetIds | Optional<List?> | Asset IDs to download | [optional] [default to const []] |
| userId | Optional<String?> | User ID to download assets from | [optional] |