mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
1.1 KiB
1.1 KiB
openapi.model.SharedLinkCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| albumId | Optional<String?> | Album ID (for album sharing) | [optional] |
| allowDownload | Optional<bool?> | Allow downloads | [optional] [default to true] |
| allowUpload | Optional<bool?> | Allow uploads | [optional] |
| assetIds | Optional<List?> | Asset IDs (for individual assets) | [optional] [default to const []] |
| description | Optional<String?> | Link description | [optional] |
| expiresAt | Optional<DateTime?> | Expiration date | [optional] |
| password | Optional<String?> | Link password | [optional] |
| showMetadata | Optional<bool?> | Show metadata | [optional] [default to true] |
| slug | Optional<String?> | Custom URL slug | [optional] |
| type | SharedLinkType |