# 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** | | [optional] **title** | **String** | Title | **types** | [**List**](WorkflowType.md) | Workflow types | [default to const []] **uiHints** | **List** | 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)