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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sha** | Option<**String**> |  | [optional]
**node_id** | Option<**String**> |  | [optional]
**url** | Option<**String**> |  | [optional]
**html_url** | Option<**String**> |  | [optional]
**author** | Option<[**models::FileCommitCommitAuthor**]file_commit_commit_author.md> |  | [optional]
**committer** | Option<[**models::FileCommitCommitAuthor**]file_commit_commit_author.md> |  | [optional]
**message** | Option<**String**> |  | [optional]
**tree** | Option<[**models::FileCommitCommitTree**]file_commit_commit_tree.md> |  | [optional]
**parents** | Option<[**Vec<models::FileCommitCommitParentsInner>**]file_commit_commit_parents_inner.md> |  | [optional]
**verification** | Option<[**models::FileCommitCommitVerification**]file_commit_commit_verification.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)