gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/PullRequest.md (about) 1 # PullRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **int32** | | [optional] [default to null] 7 **Url** | **string** | | [optional] [default to null] 8 **HtmlUrl** | **string** | | [optional] [default to null] 9 **DiffUrl** | **string** | | [optional] [default to null] 10 **PatchUrl** | **string** | | [optional] [default to null] 11 **IssueUrl** | **string** | | [optional] [default to null] 12 **CommitsUrl** | **string** | | [optional] [default to null] 13 **ReviewCommentsUrl** | **string** | | [optional] [default to null] 14 **ReviewCommentUrl** | **string** | | [optional] [default to null] 15 **CommentsUrl** | **string** | | [optional] [default to null] 16 **StatusesUrl** | **string** | | [optional] [default to null] 17 **AssigneesNumber** | **int32** | | [optional] [default to null] 18 **TestersNumber** | **int32** | | [optional] [default to null] 19 **Number** | **int32** | | [optional] [default to null] 20 **State** | **string** | | [optional] [default to null] 21 **Title** | **string** | | [optional] [default to null] 22 **Body** | **string** | | [optional] [default to null] 23 **BodyHtml** | **string** | | [optional] [default to null] 24 **Assignees** | [**[]UserBasic**](UserBasic.md) | | [optional] [default to null] 25 **Testers** | [**[]UserBasic**](UserBasic.md) | | [optional] [default to null] 26 **Milestone** | [***Milestone**](Milestone.md) | | [optional] [default to null] 27 **Labels** | [**[]Label**](Label.md) | | [optional] [default to null] 28 **Locked** | **string** | | [optional] [default to null] 29 **CreatedAt** | **string** | | [optional] [default to null] 30 **UpdatedAt** | **string** | | [optional] [default to null] 31 **ClosedAt** | **string** | | [optional] [default to null] 32 **MergedAt** | **string** | | [optional] [default to null] 33 **Mergeable** | **bool** | | [optional] [default to null] 34 **Head** | [***BasicInfo**](BasicInfo.md) | | [optional] [default to null] 35 **Base** | [***BasicInfo**](BasicInfo.md) | | [optional] [default to null] 36 **Links** | **string** | | [optional] [default to null] 37 **User** | [***UserBasic**](UserBasic.md) | | [optional] [default to null] 38 **Comments** | **int32** | | [optional] [default to null] 39 **Commits** | **int32** | | [optional] [default to null] 40 **Additions** | **int32** | | [optional] [default to null] 41 **Deletions** | **int32** | | [optional] [default to null] 42 **ChangedFiles** | **int32** | | [optional] [default to null] 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) 45 46