mirror of
https://github.com/immich-app/immich.git
synced 2025-10-28 01:02:33 -04:00
844 B
Generated
844 B
Generated
openapi.model.SharedLinkCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| albumId | String | [optional] | |
| allowDownload | bool | [optional] [default to true] | |
| allowUpload | bool | [optional] [default to false] | |
| assetIds | List | [optional] [default to const []] | |
| description | String | [optional] | |
| expiresAt | DateTime | [optional] | |
| showExif | bool | [optional] [default to true] | |
| type | SharedLinkType |