1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-04 10:34:56 +02:00
immich/mobile/openapi/doc/SharedLinkResponseDto.md
Jason Rasmussen 868f629f32
refactor(server, web): create shared link (#2879)
* refactor: shared links

* chore: open api

* fix: tsc error
2023-06-20 20:08:43 -05:00

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

[Back to Model list] [Back to API list] [Back to README]