# openapi.model.SharedLinkResponseDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **album** | [**AlbumResponseDto**](AlbumResponseDto.md) | | [optional] **allowDownload** | **bool** | | **allowUpload** | **bool** | | **assets** | [**List**](AssetResponseDto.md) | | [default to const []] **createdAt** | [**DateTime**](DateTime.md) | | **description** | **String** | | **expiresAt** | [**DateTime**](DateTime.md) | | **id** | **String** | | **key** | **String** | | **password** | **String** | | **showMetadata** | **bool** | | **token** | **String** | | [optional] **type** | [**SharedLinkType**](SharedLinkType.md) | | **userId** | **String** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)