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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author_association** | **String** | How the author is associated with the repository. | 
**body** | **String** | Contents of the issue comment | 
**created_at** | **String** |  | 
**html_url** | **String** |  | 
**id** | **i64** | Unique identifier of the issue comment | 
**issue_url** | **String** |  | 
**node_id** | **String** |  | 
**performed_via_github_app** | Option<[**models::Integration**]integration.md> |  | 
**reactions** | [**models::Reactions**]Reactions.md |  | 
**updated_at** | **String** |  | 
**url** | **String** | URL for the issue comment | 
**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)