mirror of https://github.com/immich-app/immich.git
902 B
902 B
openapi.model.SharedLinkEditDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| allowDownload | bool | [optional] | |
| allowUpload | bool | [optional] | |
| changeExpiryTime | bool | Few clients cannot send null to set the expiryTime to never. Setting this flag and not sending expiryAt is considered as null instead. Clients that can send null values can ignore this. | [optional] |
| description | String | [optional] | |
| expiresAt | DateTime | [optional] | |
| password | String | [optional] | |
| showMetadata | bool | [optional] |