# openapi.model.PluginResponseDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **author** | **String** | Plugin author | **createdAt** | **String** | Creation date | **description** | **String** | Plugin description | **id** | **String** | Plugin ID | **methods** | [**List**](PluginMethodResponseDto.md) | Plugin methods | [default to const []] **name** | **String** | Plugin name | **title** | **String** | Plugin title | **updatedAt** | **String** | Last update date | **version** | **String** | Plugin version | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)