gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/RepositoryPostParam.md (about) 1 # RepositoryPostParam 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** | **bool** | 允许提Issue与否。默认: 允许(true) | [optional] [default to null] 11 **HasWiki** | **bool** | 提供Wiki与否。默认: 提供(true) | [optional] [default to null] 12 **CanComment** | **bool** | 允许用户对仓库进行评论。默认: 允许(true) | [optional] [default to null] 13 **Public** | **int32** | 仓库开源类型。0(私有), 1(外部开源), 2(内部开源),注:与private互斥,以public为主。 | [optional] [default to null] 14 **Private** | **bool** | 仓库公开或私有。默认: 公开(false),注:与public互斥,以public为主。 | [optional] [default to null] 15 **AutoInit** | **bool** | 值为true时则会用README初始化仓库。默认: 不初始化(false) | [optional] [default to null] 16 **GitignoreTemplate** | **string** | Git Ingore模版 | [optional] [default to null] 17 **LicenseTemplate** | **string** | License模版 | [optional] [default to null] 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21