Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.02 KB

PluginInfo.md

File metadata and controls

18 lines (13 loc) · 1.02 KB

PluginInfo

Properties

Name Type Description Notes
name Option<String> Gets or sets the name. [optional]
version Option<String> Gets or sets the version. [optional]
configuration_file_name Option<String> Gets or sets the name of the configuration file. [optional]
description Option<String> Gets or sets the description. [optional]
id Option<uuid::Uuid> Gets or sets the unique id. [optional]
can_uninstall Option<bool> Gets or sets a value indicating whether the plugin can be uninstalled. [optional]
has_image Option<bool> Gets or sets a value indicating whether this plugin has a valid image. [optional]
status Option<crate::models::PluginStatus> [optional]

[Back to Model list] [Back to API list] [Back to README]