forked from Cutlery/immich
		
	* feat: user storage label * chore: open api * fix: checks * fix: api update validation and tests * feat: default admin storage label * fix: linting * fix: user create/update dto * fix: delete library with custom label
		
			
				
	
	
		
			20 lines
		
	
	
		
			552 B
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			552 B
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
| # openapi.model.CreateUserDto
 | |
| 
 | |
| ## Load the model package
 | |
| ```dart
 | |
| import 'package:openapi/api.dart';
 | |
| ```
 | |
| 
 | |
| ## Properties
 | |
| Name | Type | Description | Notes
 | |
| ------------ | ------------- | ------------- | -------------
 | |
| **email** | **String** |  | 
 | |
| **password** | **String** |  | 
 | |
| **firstName** | **String** |  | 
 | |
| **lastName** | **String** |  | 
 | |
| **storageLabel** | **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)
 | |
| 
 | |
| 
 |