gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/CreatePullRequestParam.md (about)

     1  # CreatePullRequestParam
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **AccessToken** | **string** | 用户授权码 | [optional] [default to null]
     7  **Title** | **string** | 必填。Pull Request 标题 | [optional] [default to null]
     8  **Head** | **string** | 必填。Pull Request 提交的源分支。格式:branch 或者:username:branch | [optional] [default to null]
     9  **Base** | **string** | 必填。Pull Request 提交目标分支的名称 | [optional] [default to null]
    10  **Body** | **string** | 可选。Pull Request 内容 | [optional] [default to null]
    11  **MilestoneNumber** | **int32** | 可选。里程碑序号(id) | [optional] [default to null]
    12  **Labels** | **string** | 用逗号分开的标签,名称要求长度在 2-20 之间且非特殊字符。如: bug,performance | [optional] [default to null]
    13  **Issue** | **string** | 可选。Pull Request的标题和内容可以根据指定的Issue Id自动填充 | [optional] [default to null]
    14  **Assignees** | **string** | 可选。审查人员username,可多个,半角逗号分隔,如:(username1,username2) | [optional] [default to null]
    15  **Testers** | **string** | 可选。测试人员username,可多个,半角逗号分隔,如:(username1,username2) | [optional] [default to null]
    16  **PruneSourceBranch** | **bool** | 可选。合并PR后是否删除源分支,默认false(不删除) | [optional] [default to null]
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20