mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
868f629f32
* refactor: shared links * chore: open api * fix: tsc error
844 B
Generated
844 B
Generated
openapi.model.SharedLinkCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | SharedLinkType | ||
assetIds | List | [optional] [default to const []] | |
albumId | String | [optional] | |
description | String | [optional] | |
expiresAt | DateTime | [optional] | |
allowUpload | bool | [optional] [default to false] | |
allowDownload | bool | [optional] [default to true] | |
showExif | bool | [optional] [default to true] |