import 'package:openapi/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
name | String | Gets the name of the plugin. | [optional] |
description | String | Gets the Description. | [optional] |
id | String | Gets the unique id. | [optional] |
version | String | Gets the plugin version. | [optional] |
assemblyFilePath | String | Gets the path to the assembly file. | [optional] |
canUninstall | bool | Gets a value indicating whether the plugin can be uninstalled. | [optional] |
dataFolderPath | String | Gets the full path to the data folder, where the plugin can store any miscellaneous files needed. | [optional] |