immich/mobile/openapi/doc/PluginMethodResponseDto.md

22 lines
779 B
Markdown

# openapi.model.PluginMethodResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | Description |
**hostFunctions** | **bool** | |
**key** | **String** | Key |
**name** | **String** | Name |
**schema** | **Optional<Object?>** | | [optional]
**title** | **String** | Title |
**types** | [**List<WorkflowType>**](WorkflowType.md) | Workflow types | [default to const []]
**uiHints** | **List<String>** | Ui hints | [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)