You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
123456789101112131415161718192021222324252627282930313233343536 |
- # PullRequest
-
- ## Properties
- Name | Type | Description | Notes
- ------------ | ------------- | ------------- | -------------
- **assignee** | [***::models::User**](User.md) | | [optional] [default to null]
- **assignees** | [**Vec<::models::User>**](User.md) | | [optional] [default to null]
- **base** | [***::models::PrBranchInfo**](PRBranchInfo.md) | | [optional] [default to null]
- **body** | **String** | | [optional] [default to null]
- **closed_at** | **String** | | [optional] [default to null]
- **comments** | **i64** | | [optional] [default to null]
- **created_at** | **String** | | [optional] [default to null]
- **diff_url** | **String** | | [optional] [default to null]
- **due_date** | **String** | | [optional] [default to null]
- **head** | [***::models::PrBranchInfo**](PRBranchInfo.md) | | [optional] [default to null]
- **html_url** | **String** | | [optional] [default to null]
- **id** | **i64** | | [optional] [default to null]
- **labels** | [**Vec<::models::Label>**](Label.md) | | [optional] [default to null]
- **merge_base** | **String** | | [optional] [default to null]
- **merge_commit_sha** | **String** | | [optional] [default to null]
- **mergeable** | **bool** | | [optional] [default to null]
- **merged** | **bool** | | [optional] [default to null]
- **merged_at** | **String** | | [optional] [default to null]
- **merged_by** | [***::models::User**](User.md) | | [optional] [default to null]
- **milestone** | [***::models::Milestone**](Milestone.md) | | [optional] [default to null]
- **number** | **i64** | | [optional] [default to null]
- **patch_url** | **String** | | [optional] [default to null]
- **state** | [***::models::StateType**](StateType.md) | | [optional] [default to null]
- **title** | **String** | | [optional] [default to null]
- **updated_at** | **String** | | [optional] [default to null]
- **url** | **String** | | [optional] [default to null]
- **user** | [***::models::User**](User.md) | | [optional] [default to null]
-
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
-
-
|