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

     1  # PullRequestMergePutParam
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **AccessToken** | **string** | 用户授权码 | [optional] [default to null]
     7  **MergeMethod** | **string** | 可选。合并PR的方法,merge(合并所有提交)和 squash(扁平化分支合并)。默认为merge。 | [optional] [default to null]
     8  **PruneSourceBranch** | **bool** | 可选。合并PR后是否删除源分支,默认false(不删除) | [optional] [default to null]
     9  **Title** | **string** | 可选。合并标题,默认为PR的标题 | [optional] [default to null]
    10  **Description** | **string** | 可选。合并描述,默认为 \"Merge pull request !{pr_id} from {author}/{source_branch}\",与页面显示的默认一致。 | [optional] [default to null]
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14