GitHubAppInstallationEventRepoModel#
- pydantic model safir.github.webhooks.GitHubAppInstallationEventRepoModel#
A pydantic model for repository objects used by
GitHubAppInstallationRepositoriesEventModel
.https://docs.github.com/en/webhooks/webhook-events-and-payloads#installation
- Parameters:
data (
Any
)- Fields:
- field full_name: str [Required]#
The full name of the repository, e.g. ‘lsst-sqre/times-square’.
- field name: str [Required]#
The name of the repository, e.g. ‘times-square’.