gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/PullRequestUpdateParam.md (about) 1 # PullRequestUpdateParam 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 **Body** | **string** | 可选。Pull Request 内容 | [optional] [default to null] 9 **State** | **string** | 可选。Pull Request 状态 | [optional] [default to null] 10 **MilestoneNumber** | **int32** | 可选。里程碑序号(id) | [optional] [default to null] 11 **Labels** | **string** | 用逗号分开的标签,名称要求长度在 2-20 之间且非特殊字符。如: bug,performance | [optional] [default to null] 12 **AssigneesNumber** | **int32** | 最少审查人数 | [optional] [default to null] 13 **TestersNumber** | **int32** | 最少测试人员 | [optional] [default to null] 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17