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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **String** |  | 
**forks_url** | **String** |  | 
**commits_url** | **String** |  | 
**id** | **String** |  | 
**node_id** | **String** |  | 
**git_pull_url** | **String** |  | 
**git_push_url** | **String** |  | 
**html_url** | **String** |  | 
**files** | [**std::collections::HashMap<String, models::BaseGistFilesValue>**]base_gist_files_value.md |  | 
**public** | **bool** |  | 
**created_at** | **String** |  | 
**updated_at** | **String** |  | 
**description** | Option<**String**> |  | 
**comments** | **i32** |  | 
**user** | Option<[**models::NullableSimpleUser**]nullable-simple-user.md> |  | 
**comments_url** | **String** |  | 
**owner** | Option<[**models::SimpleUser**]simple-user.md> |  | [optional]
**truncated** | Option<**bool**> |  | [optional]
**forks** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> |  | [optional]
**history** | Option<[**Vec<serde_json::Value>**]serde_json::Value.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)