immich/mobile/openapi/doc/SyncUserMetadataV1.md

17 lines
561 B
Markdown

# openapi.model.SyncUserMetadataV1
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | [**UserMetadataKey**](UserMetadataKey.md) | |
**userId** | **String** | User ID |
**value** | **Map<String, Object>** | User metadata value | [default to const {}]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)