This repository has been archived on 2020-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-sdk/docs/CreateRepoOption.md
jolheiser fc382e2e9d
Initial generation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-10 20:43:26 -06:00

999 B

CreateRepoOption

Properties

Name Type Description Notes
AutoInit bool Whether the repository should be auto-intialized? [optional] [default to null]
Description string Description of the repository to create [optional] [default to null]
Gitignores string Gitignores to use [optional] [default to null]
IssueLabels string Issue Label set to use [optional] [default to null]
License string License to use [optional] [default to null]
Name string Name of the repository to create [default to null]
Private bool Whether the repository is private [optional] [default to null]
Readme string Readme of the repository to create [optional] [default to null]

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