mirror of https://github.com/immich-app/immich.git
891 B
891 B
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] | |
| password | String | [optional] | |
| showMetadata | bool | [optional] [default to true] | |
| type | SharedLinkType |