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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author_association** | **String** | How the author is associated with the repository. | 
**body** | **String** |  | 
**child_comment_count** | **i32** |  | 
**created_at** | **String** |  | 
**discussion_id** | **i32** |  | 
**html_url** | **String** |  | 
**id** | **i32** |  | 
**node_id** | **String** |  | 
**parent_id** | Option<[**serde_json::Value**].md> |  | 
**reactions** | Option<[**models::Reactions**]Reactions.md> |  | [optional]
**repository_url** | **String** |  | 
**updated_at** | **String** |  | 
**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)