immich_api_rs 1.137.3

Immich API
Documentation
# SharedLinkResponseDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**album** | Option<[**models::AlbumResponseDto**]AlbumResponseDto.md> |  | [optional]
**allow_download** | **bool** |  | 
**allow_upload** | **bool** |  | 
**assets** | [**Vec<models::AssetResponseDto>**]AssetResponseDto.md |  | 
**created_at** | **String** |  | 
**description** | Option<**String**> |  | 
**expires_at** | Option<**String**> |  | 
**id** | **String** |  | 
**key** | **String** |  | 
**password** | Option<**String**> |  | 
**show_metadata** | **bool** |  | 
**slug** | Option<**String**> |  | 
**token** | Option<**String**> |  | [optional]
**r#type** | [**models::SharedLinkType**]SharedLinkType.md |  | 
**user_id** | **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)