openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
# SimplePullRequest2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_links** | [**models::WebhooksPullRequest5Links**]webhooks_pull_request_5__links.md |  | 
**active_lock_reason** | Option<**String**> |  | 
**assignee** | Option<[**models::User1**]User_1.md> |  | 
**assignees** | [**Vec<models::User1>**]User_1.md |  | 
**author_association** | **String** | How the author is associated with the repository. | 
**auto_merge** | Option<[**models::PullRequestAutoMerge**]PullRequestAutoMerge.md> |  | 
**base** | [**models::PullRequestBase**]Pull_Request_base.md |  | 
**body** | Option<**String**> |  | 
**closed_at** | Option<**String**> |  | 
**comments_url** | **String** |  | 
**commits_url** | **String** |  | 
**created_at** | **String** |  | 
**diff_url** | **String** |  | 
**draft** | **bool** |  | 
**head** | [**models::PullRequestHead**]Pull_Request_head.md |  | 
**html_url** | **String** |  | 
**id** | **i32** |  | 
**issue_url** | **String** |  | 
**labels** | [**Vec<models::Label>**]Label.md |  | 
**locked** | **bool** |  | 
**merge_commit_sha** | Option<**String**> |  | 
**merged_at** | Option<**String**> |  | 
**milestone** | Option<[**models::Milestone**]Milestone.md> |  | 
**node_id** | **String** |  | 
**number** | **i32** |  | 
**patch_url** | **String** |  | 
**requested_reviewers** | [**Vec<models::PullRequestRequestedReviewersInner>**]Pull_Request_requested_reviewers_inner.md |  | 
**requested_teams** | [**Vec<models::Team>**]Team.md |  | 
**review_comment_url** | **String** |  | 
**review_comments_url** | **String** |  | 
**state** | **String** |  | 
**statuses_url** | **String** |  | 
**title** | **String** |  | 
**updated_at** | **String** |  | 
**url** | **String** |  | 
**user** | Option<[**models::User1**]User_1.md> |  | 

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