forked from Cutlery/immich
		
	* feat: quotas * chore: open api * chore: update status box and upload error message --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
		
			
				
	
	
	
		
			887 B
		
	
	
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			887 B
		
	
	
	
	
	
	
		
			Generated
		
	
	
openapi.model.UpdateUserDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| avatarColor | UserAvatarColor | [optional] | |
| String | [optional] | ||
| externalPath | String | [optional] | |
| id | String | ||
| isAdmin | bool | [optional] | |
| memoriesEnabled | bool | [optional] | |
| name | String | [optional] | |
| password | String | [optional] | |
| quotaSizeInBytes | int | [optional] | |
| shouldChangePassword | bool | [optional] | |
| storageLabel | String | [optional] |