Files
immich/mobile/openapi/doc/UpdateRuleDto.md
T
Alex Tran 1eb3cdca42 api
2023-08-13 10:35:07 -05:00

17 lines
479 B
Markdown
Generated

# openapi.model.UpdateRuleDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | [**RuleKey**](RuleKey.md) | | [optional]
**value** | [**Object**](.md) | | [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)