Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
19 lines (14 loc) · 1.19 KB

RepositoryIndex.md

File metadata and controls

19 lines (14 loc) · 1.19 KB

PollinationSDK.Model.RepositoryIndex

Properties

Name Type Description Notes
Type string [optional] [readonly] [default to "RepositoryIndex"]
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"]
Generated DateTime The timestamp at which the index was generated [optional]
Metadata RepositoryMetadata Extra information about the repository [optional]
Plugin Dictionary<string, List<PackageVersion>> A dict of plugins accessible by name. Each name key points to a list of plugin versions [optional]
Recipe Dictionary<string, List<PackageVersion>> A dict of recipes accessible by name. Each name key points to a list of recipesversions [optional]

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