2023-06-21 03:08:43 +02:00
# openapi.model.SharedLinkCreateDto
2023-01-09 22:16:08 +02:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-06-21 03:08:43 +02:00
**albumId** | **String** | | [optional]
2023-08-01 18:49:18 +02:00
**allowDownload** | **bool** | | [optional] [default to true]
**allowUpload** | **bool** | | [optional] [default to false]
**assetIds** | **List<String>** | | [optional] [default to const []]
2023-01-09 22:16:08 +02:00
**description** | **String** | | [optional]
2023-06-21 03:08:43 +02:00
**expiresAt** | [**DateTime** ](DateTime.md ) | | [optional]
**showExif** | **bool** | | [optional] [default to true]
2023-08-01 18:49:18 +02:00
**type** | [**SharedLinkType** ](SharedLinkType.md ) | |
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)