mirror of
https://github.com/immich-app/immich.git
synced 2024-12-04 10:34:56 +02:00
a50f125dd1
* refactor: api validators (boolean and date) * chore: open api * revert: time bucket change
873 B
Generated
873 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] | |
assetIds | List | [optional] [default to const []] | |
description | String | [optional] | |
expiresAt | DateTime | [optional] | |
password | String | [optional] | |
showMetadata | bool | [optional] [default to true] | |
type | SharedLinkType |