mirror of
https://github.com/immich-app/immich.git
synced 2024-12-19 00:32:49 +02:00
934 B
Generated
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 |