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
# Issue5

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active_lock_reason** | Option<**String**> |  | 
**assignee** | Option<[**models::User**]User.md> |  | [optional]
**assignees** | [**Vec<models::User>**]User.md |  | 
**author_association** | **String** | How the author is associated with the repository. | 
**body** | Option<**String**> | Contents of the issue | 
**closed_at** | Option<**String**> |  | 
**comments** | **i32** |  | 
**comments_url** | **String** |  | 
**created_at** | **String** |  | 
**draft** | Option<**bool**> |  | [optional]
**events_url** | **String** |  | 
**html_url** | **String** |  | 
**id** | **i64** |  | 
**labels** | Option<[**Vec<models::Label1>**]Label_1.md> |  | [optional]
**labels_url** | **String** |  | 
**locked** | Option<**bool**> |  | [optional]
**milestone** | Option<[**models::Milestone**]Milestone.md> |  | 
**node_id** | **String** |  | 
**number** | **i32** |  | 
**performed_via_github_app** | Option<[**models::App15**]App_15.md> |  | [optional]
**pull_request** | Option<[**models::WebhooksIssuePullRequest**]webhooks_issue_pull_request.md> |  | [optional]
**reactions** | [**models::Reactions**]Reactions.md |  | 
**repository_url** | **String** |  | 
**state** | Option<**String**> | State of the issue; either 'open' or 'closed' | [optional]
**state_reason** | Option<**String**> |  | [optional]
**timeline_url** | Option<**String**> |  | [optional]
**title** | **String** | Title of the issue | 
**updated_at** | **String** |  | 
**url** | **String** | URL for the issue | 
**user** | Option<[**models::User**]User.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)