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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | Option<**String**> |  | 
**description** | Option<**String**> |  | 
**events** | Option<**Vec<String>**> | The list of events for the GitHub app | [optional]
**external_url** | Option<**String**> |  | 
**html_url** | **String** |  | 
**id** | Option<**i32**> | Unique identifier of the GitHub app | 
**name** | **String** | The name of the GitHub app | 
**node_id** | **String** |  | 
**owner** | Option<[**models::User**]User.md> |  | 
**permissions** | Option<[**models::App2Permissions**]App_2_permissions.md> |  | [optional]
**slug** | Option<**String**> | The slug name of the GitHub app | [optional]
**updated_at** | Option<**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)