forked from Cutlery/immich
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 |