mirror of
https://github.com/immich-app/immich.git
synced 2025-10-28 17:35:20 -04:00
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 |