22
crates/gitea-client/docs/GenerateRepoOption.md
Normal file
22
crates/gitea-client/docs/GenerateRepoOption.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# GenerateRepoOption
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**avatar** | Option<**bool**> | include avatar of the template repo | [optional]
|
||||
**default_branch** | Option<**String**> | Default branch of the new repository | [optional]
|
||||
**description** | Option<**String**> | Description of the repository to create | [optional]
|
||||
**git_content** | Option<**bool**> | include git content of default branch in template repo | [optional]
|
||||
**git_hooks** | Option<**bool**> | include git hooks in template repo | [optional]
|
||||
**labels** | Option<**bool**> | include labels in template repo | [optional]
|
||||
**name** | **String** | Name of the repository to create |
|
||||
**owner** | **String** | The organization or person who will own the new repository |
|
||||
**private** | Option<**bool**> | Whether the repository is private | [optional]
|
||||
**protected_branch** | Option<**bool**> | include protected branches in template repo | [optional]
|
||||
**topics** | Option<**bool**> | include topics in template repo | [optional]
|
||||
**webhooks** | Option<**bool**> | include webhooks in template repo | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
Reference in New Issue
Block a user