Files
immich/mobile/openapi/doc/RuleResponseDto.md
T
Jason Rasmussen 947132ac77 chore: open api
2023-08-14 17:44:36 -04:00

19 lines
509 B
Markdown
Generated

# openapi.model.RuleResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | |
**key** | [**RuleKey**](RuleKey.md) | |
**ownerId** | **String** | |
**value** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)