mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
21 lines
687 B
Markdown
Generated
21 lines
687 B
Markdown
Generated
# openapi.model.CreateAssetsShareLinkDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**assetIds** | **List<String>** | | [default to const []]
|
|
**expiresAt** | [**DateTime**](DateTime.md) | | [optional]
|
|
**allowUpload** | **bool** | | [optional]
|
|
**allowDownload** | **bool** | | [optional]
|
|
**showExif** | **bool** | | [optional]
|
|
**description** | **String** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|