# App5
## Properties
**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::App1Permissions**](App_1_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)