mirror of
https://github.com/immich-app/immich.git
synced 2024-12-04 10:34:56 +02:00
868f629f32
* refactor: shared links * chore: open api * fix: tsc error
923 B
Generated
923 B
Generated
openapi.model.SharedLinkResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | SharedLinkType | ||
id | String | ||
description | String | ||
userId | String | ||
key | String | ||
createdAt | DateTime | ||
expiresAt | DateTime | ||
assets | List | [default to const []] | |
album | AlbumResponseDto | [optional] | |
allowUpload | bool | ||
allowDownload | bool | ||
showExif | bool |