| Name | Type | Description | Notes |
|---|---|---|---|
| AccessToken | string | 用户授权码 | [optional] [default to null] |
| Name | string | 仓库名称 | [optional] [default to null] |
| Description | string | 仓库描述 | [optional] [default to null] |
| Homepage | string | 主页(eg: https://gitee.com) | [optional] [default to null] |
| HasIssues | string | 允许提Issue与否。默认: 允许(true) | [optional] [default to null] |
| HasWiki | string | 提供Wiki与否。默认: 提供(true) | [optional] [default to null] |
| CanComment | string | 允许用户对仓库进行评论 | [optional] [default to null] |
| Private | string | 仓库公开或私有。 | [optional] [default to null] |
| Path | string | 更新仓库路径 | [optional] [default to null] |
| DefaultBranch | string | 更新默认分支 | [optional] [default to null] |