mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
22 lines
779 B
Markdown
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)
|
|
|
|
|