mirror of https://github.com/immich-app/immich.git
999 B
999 B
openapi.model.SharedLinkResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| album | AlbumResponseDto | [optional] | |
| allowDownload | bool | ||
| allowUpload | bool | ||
| assets | List | [default to const []] | |
| createdAt | DateTime | ||
| description | String | ||
| expiresAt | DateTime | ||
| id | String | ||
| key | String | ||
| password | String | ||
| showMetadata | bool | ||
| token | String | [optional] | |
| type | SharedLinkType | ||
| userId | String |