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