# WebhooksIssue2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **active_lock_reason** | Option<**String**> | | **assignee** | Option<[**models::User**](User.md)> | | [optional] **assignees** | [**Vec**](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**](Label.md)> | | [optional] **labels_url** | **String** | | **locked** | Option<**bool**> | | [optional] **milestone** | Option<[**models::Milestone1**](Milestone_1.md)> | | **node_id** | **String** | | **number** | **i32** | | **performed_via_github_app** | Option<[**models::App1**](App_1.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)