Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.05 KB

RepositoryMetadata.md

File metadata and controls

19 lines (14 loc) · 1.05 KB

PollinationSDK.Model.RepositoryMetadata

Properties

Name Type Description Notes
Type string [optional] [readonly] [default to "RepositoryMetadata"]
Annotations Dictionary<string, string> An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
Name string The name of the repository [optional]
Description string A short description of the repository [optional] [default to "A Queenbee package repository"]
Source string The source path (url or local) to the repository [optional]
PluginCount int The number of plugins hosted by the repository [optional] [default to 0]
RecipeCount int The number of recipes hosted by the repository [optional] [default to 0]

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