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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> |  | [optional]
**path** | Option<**String**> |  | [optional]
**sha** | Option<**String**> |  | [optional]
**size** | Option<**i32**> |  | [optional]
**url** | Option<**String**> |  | [optional]
**html_url** | Option<**String**> |  | [optional]
**git_url** | Option<**String**> |  | [optional]
**download_url** | Option<**String**> |  | [optional]
**r#type** | Option<**String**> |  | [optional]
**_links** | Option<[**models::FileCommitContentLinks**]file_commit_content__links.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)