Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.03 KB

GenerateRepoOption.md

File metadata and controls

19 lines (15 loc) · 1.03 KB

GenerateRepoOption

Properties

Name Type Description Notes
avatar bool include avatar of the template repo [optional]
description str Description of the repository to create [optional]
git_content bool include git content of default branch in template repo [optional]
git_hooks bool include git hooks in template repo [optional]
labels bool include labels in template repo [optional]
name str Name of the repository to create
owner str The organization or person who will own the new repository
private bool Whether the repository is private [optional]
topics bool include topics in template repo [optional]
webhooks bool include webhooks in template repo [optional]

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