Skip to content

Files

Latest commit

b92628e · Mar 24, 2021

History

History
46 lines (42 loc) · 2.57 KB

PullRequest.md

File metadata and controls

46 lines (42 loc) · 2.57 KB

PullRequest

Properties

Name Type Description Notes
Id int32 [optional] [default to null]
Url string [optional] [default to null]
HtmlUrl string [optional] [default to null]
DiffUrl string [optional] [default to null]
PatchUrl string [optional] [default to null]
IssueUrl string [optional] [default to null]
CommitsUrl string [optional] [default to null]
ReviewCommentsUrl string [optional] [default to null]
ReviewCommentUrl string [optional] [default to null]
CommentsUrl string [optional] [default to null]
StatusesUrl string [optional] [default to null]
AssigneesNumber int32 [optional] [default to null]
TestersNumber int32 [optional] [default to null]
Number int32 [optional] [default to null]
State string [optional] [default to null]
Title string [optional] [default to null]
Body string [optional] [default to null]
BodyHtml string [optional] [default to null]
Assignees []UserBasic [optional] [default to null]
Testers []UserBasic [optional] [default to null]
Milestone *Milestone [optional] [default to null]
Labels []Label [optional] [default to null]
Locked string [optional] [default to null]
CreatedAt string [optional] [default to null]
UpdatedAt string [optional] [default to null]
ClosedAt string [optional] [default to null]
MergedAt string [optional] [default to null]
Mergeable bool [optional] [default to null]
Head *BasicInfo [optional] [default to null]
Base *BasicInfo [optional] [default to null]
Links string [optional] [default to null]
User *UserBasic [optional] [default to null]
Comments int32 [optional] [default to null]
Commits int32 [optional] [default to null]
Additions int32 [optional] [default to null]
Deletions int32 [optional] [default to null]
ChangedFiles int32 [optional] [default to null]

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