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