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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**html_url** | **String** |  | 
**url** | **String** |  | 
**id** | **i32** |  | 
**node_id** | **String** |  | 
**body** | **String** |  | 
**path** | Option<**String**> |  | 
**position** | Option<**i32**> |  | 
**line** | Option<**i32**> |  | 
**commit_id** | **String** |  | 
**user** | Option<[**models::NullableSimpleUser**]nullable-simple-user.md> |  | 
**created_at** | **String** |  | 
**updated_at** | **String** |  | 
**author_association** | [**models::AuthorAssociation**]author-association.md |  | 
**reactions** | Option<[**models::ReactionRollup**]reaction-rollup.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)