Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.03 KB

PullRequestUpdateParam.md

File metadata and controls

17 lines (13 loc) · 1.03 KB

PullRequestUpdateParam

Properties

Name Type Description Notes
AccessToken string 用户授权码 [optional] [default to null]
Title string 可选。Pull Request 标题 [optional] [default to null]
Body string 可选。Pull Request 内容 [optional] [default to null]
State string 可选。Pull Request 状态 [optional] [default to null]
MilestoneNumber int32 可选。里程碑序号(id) [optional] [default to null]
Labels string 用逗号分开的标签,名称要求长度在 2-20 之间且非特殊字符。如: bug,performance [optional] [default to null]
AssigneesNumber int32 最少审查人数 [optional] [default to null]
TestersNumber int32 最少测试人员 [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]