mirror of
https://github.com/immich-app/immich.git
synced 2024-12-11 11:42:19 +02:00
310fab526d
* chore: recursively sort api keys * chore: open api
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 |