PullRequest.md 2.4 KB
Newer Older
E
edisonxiang 已提交
1 2 3 4 5
# PullRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
E
edisonxiang 已提交
6
**Id** | **int32** |  | [optional] [default to null]
E
edisonxiang 已提交
7 8 9 10 11 12 13 14 15 16
**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]
E
edisonxiang 已提交
17
**Number** | **int32** |  | [optional] [default to null]
E
edisonxiang 已提交
18 19 20 21
**State** | **string** |  | [optional] [default to null]
**Title** | **string** |  | [optional] [default to null]
**Body** | **string** |  | [optional] [default to null]
**BodyHtml** | **string** |  | [optional] [default to null]
22 23
**Assignees** | [**[]UserBasic**](UserBasic.md) |  | [optional] [default to null]
**Testers** | [**[]UserBasic**](UserBasic.md) |  | [optional] [default to null]
E
edisonxiang 已提交
24
**Milestone** | [***Milestone**](Milestone.md) |  | [optional] [default to null]
E
edisonxiang 已提交
25
**Labels** | [**[]Label**](Label.md) |  | [optional] [default to null]
E
edisonxiang 已提交
26 27 28 29 30
**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]
E
edisonxiang 已提交
31 32 33
**Mergeable** | **bool** |  | [optional] [default to null]
**Head** | [***BasicInfo**](BasicInfo.md) |  | [optional] [default to null]
**Base** | [***BasicInfo**](BasicInfo.md) |  | [optional] [default to null]
E
edisonxiang 已提交
34
**Links** | **string** |  | [optional] [default to null]
E
edisonxiang 已提交
35
**User** | [***UserBasic**](UserBasic.md) |  | [optional] [default to null]
36 37 38 39 40
**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]
E
edisonxiang 已提交
41 42 43 44

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)