Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 790 Bytes

RepositoryCreate.md

File metadata and controls

18 lines (13 loc) · 790 Bytes

PollinationSDK.Model.RepositoryCreate

Properties

Name Type Description Notes
Public bool Whether or not a repository is publicly viewable [optional]
Keywords List<string> A list of keywords to index the repository by [optional]
Description string A description of the repository [optional]
Icon string An icon to represent this repository [optional]
Name string The name of the repository
Type string [optional] [readonly] [default to "RepositoryCreate"]

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