2023-01-09 22:16:08 +02:00
# openapi.model.SharedLinkResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**album** | [**AlbumResponseDto** ](AlbumResponseDto.md ) | | [optional]
2023-01-22 06:15:16 +02:00
**allowDownload** | **bool** | |
2023-08-01 18:49:18 +02:00
**allowUpload** | **bool** | |
**assets** | [**List<AssetResponseDto>** ](AssetResponseDto.md ) | | [default to const []]
**createdAt** | [**DateTime** ](DateTime.md ) | |
**description** | **String** | |
**expiresAt** | [**DateTime** ](DateTime.md ) | |
**id** | **String** | |
**key** | **String** | |
2023-01-22 06:15:16 +02:00
**showExif** | **bool** | |
2023-08-01 18:49:18 +02:00
**type** | [**SharedLinkType** ](SharedLinkType.md ) | |
**userId** | **String** | |
2023-01-09 22:16:08 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)