mirror of
https://github.com/immich-app/immich.git
synced 2024-12-20 00:38:24 +02:00
802 B
Generated
802 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 | String | ||
expiresAt | String | ||
assets | List | [default to const []] | |
album | AlbumResponseDto | [optional] | |
allowUpload | bool |