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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sha** | **String** | SHA for the commit | 
**node_id** | **String** |  | 
**url** | **String** |  | 
**author** | [**models::GitCommitAuthor**]git_commit_author.md |  | 
**committer** | [**models::GitCommitAuthor**]git_commit_author.md |  | 
**message** | **String** | Message describing the purpose of the commit | 
**tree** | [**models::GitCommitTree**]git_commit_tree.md |  | 
**parents** | [**Vec<models::GitCommitParentsInner>**]git_commit_parents_inner.md |  | 
**verification** | [**models::GitCommitVerification**]git_commit_verification.md |  | 
**html_url** | **String** |  | 

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