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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **String** |  | 
**enterprise** | Option<[**models::EnterpriseWebhooks**]enterprise-webhooks.md> |  | [optional]
**installation** | [**models::Installation**]installation.md |  | 
**organization** | Option<[**models::OrganizationSimpleWebhooks**]organization-simple-webhooks.md> |  | [optional]
**repositories_added** | [**Vec<models::WebhooksRepositoriesInner>**]webhooks_repositories_inner.md | An array of repository objects, which were added to the installation. | 
**repositories_removed** | [**Vec<models::WebhookInstallationRepositoriesAddedRepositoriesRemovedInner>**]webhook_installation_repositories_added_repositories_removed_inner.md | An array of repository objects, which were removed from the installation. | 
**repository** | Option<[**models::RepositoryWebhooks**]repository-webhooks.md> |  | [optional]
**repository_selection** | [**models::WebhooksRepositorySelection**]webhooks_repository_selection.md |  | 
**requester** | Option<[**models::WebhooksUser**]webhooks_user.md> |  | 
**sender** | [**models::SimpleUserWebhooks**]simple-user-webhooks.md |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)