Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.12 KB

PullRequestFiles.md

File metadata and controls

24 lines (19 loc) · 1.12 KB

PullRequestFiles

Properties

Name Type Description Notes
commentsCount int 文件评论数 [optional]
commentsResolvedCount int 文件已解决评论数 [optional]
sha string Commit ID [optional]
filePathSha string 文件路径 sha 值 [optional]
filename string 文件名 [optional]
status string 文件改动类型。added: 新增 renamed: 重命名 deleted: 删除 [optional]
additions string 新增文件的行数 [optional]
deletions string 删除文件的行数 [optional]
patch string [optional]
statistic string diff 统计 [optional]
head string diff head [optional]
content string diff 内容 [optional]
viewed string 已阅 [optional]
codeOwners object code owner [optional]

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