2023-01-09 13:16:08 -07:00
# openapi.model.SharedLinkResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**SharedLinkType** ](SharedLinkType.md ) | |
**id** | **String** | |
**description** | **String** | | [optional]
**userId** | **String** | |
**key** | **String** | |
**createdAt** | **String** | |
**expiresAt** | **String** | |
2023-01-09 14:32:58 -07:00
**assets** | [**List<AssetResponseDto>** ](AssetResponseDto.md ) | | [default to const []]
2023-01-09 13:16:08 -07:00
**album** | [**AlbumResponseDto** ](AlbumResponseDto.md ) | | [optional]
**allowUpload** | **bool** | |
2023-01-21 21:15:16 -07:00
**allowDownload** | **bool** | |
**showExif** | **bool** | |
2023-01-09 13:16:08 -07: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)