# Issue1
## Properties
**active_lock_reason** | Option<**String**> | |
**assignee** | Option<[**models::User1**](User_1.md)> | | [optional]
**assignees** | [**Vec<models::User1>**](User_1.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::App11**](App_11.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::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)