1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-19 00:32:49 +02:00
immich/mobile/openapi/doc/SharedLinkResponseDto.md
2023-05-30 08:15:56 -05:00

934 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 [optional]
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]