mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
779 B
779 B
openapi.model.PluginMethodResponseDto
Load the model package
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 | Workflow types | [default to const []] |
| uiHints | List | Ui hints | [default to const []] |