mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 18:22:37 -04:00 
			
		
		
		
	* refactor: api validators (boolean and date) * chore: open api * revert: time bucket change
		
			
				
	
	
	
		
			873 B
		
	
	
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			873 B
		
	
	
	
	
	
	
		
			Generated
		
	
	
openapi.model.SharedLinkCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| albumId | String | [optional] | |
| allowDownload | bool | [optional] [default to true] | |
| allowUpload | bool | [optional] | |
| assetIds | List | [optional] [default to const []] | |
| description | String | [optional] | |
| expiresAt | DateTime | [optional] | |
| password | String | [optional] | |
| showMetadata | bool | [optional] [default to true] | |
| type | SharedLinkType |