Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 909 Bytes

Plugin.md

File metadata and controls

18 lines (13 loc) · 909 Bytes

PollinationSDK.Model.Plugin

Properties

Name Type Description Notes
Metadata MetaData The Plugin metadata information
Config PluginConfig The configuration information to run this plugin
Functions List<Function> List of Plugin functions
Type string [optional] [readonly] [default to "Plugin"]
Annotations Dictionary<string, string> An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
ApiVersion string [optional] [readonly] [default to "v1beta1"]

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