gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/RepoPatchParam.md (about) 1 # RepoPatchParam 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **AccessToken** | **string** | 用户授权码 | [optional] [default to null] 7 **Name** | **string** | 仓库名称 | [optional] [default to null] 8 **Description** | **string** | 仓库描述 | [optional] [default to null] 9 **Homepage** | **string** | 主页(eg: https://gitee.com) | [optional] [default to null] 10 **HasIssues** | **string** | 允许提Issue与否。默认: 允许(true) | [optional] [default to null] 11 **HasWiki** | **string** | 提供Wiki与否。默认: 提供(true) | [optional] [default to null] 12 **CanComment** | **string** | 允许用户对仓库进行评论 | [optional] [default to null] 13 **Private** | **string** | 仓库公开或私有。 | [optional] [default to null] 14 **Path** | **string** | 更新仓库路径 | [optional] [default to null] 15 **DefaultBranch** | **string** | 更新默认分支 | [optional] [default to null] 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19