This repository has been archived on 2020-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-sdk/docs/PullRequest.md
jolheiser fc382e2e9d
Initial generation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-10 20:43:26 -06:00

2.1 KiB

PullRequest

Properties

Name Type Description Notes
Assignee *User [optional] [default to null]
Assignees **[]User** [optional] [default to null]
Base *PrBranchInfo [optional] [default to null]
Body string [optional] [default to null]
ClosedAt time.Time [optional] [default to null]
Comments int64 [optional] [default to null]
CreatedAt time.Time [optional] [default to null]
DiffUrl string [optional] [default to null]
DueDate time.Time [optional] [default to null]
Head *PrBranchInfo [optional] [default to null]
HtmlUrl string [optional] [default to null]
Id int64 [optional] [default to null]
Labels **[]Label** [optional] [default to null]
MergeBase string [optional] [default to null]
MergeCommitSha string [optional] [default to null]
Mergeable bool [optional] [default to null]
Merged bool [optional] [default to null]
MergedAt time.Time [optional] [default to null]
MergedBy *User [optional] [default to null]
Milestone *Milestone [optional] [default to null]
Number int64 [optional] [default to null]
PatchUrl string [optional] [default to null]
State *StateType [optional] [default to null]
Title string [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
Url string [optional] [default to null]
User *User [optional] [default to null]

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