Get Repository Webhooks Result
data class GetRepositoryWebhooksResult(val id: String, val repository: String, val webhooks: List<GetRepositoryWebhooksWebhook>)
A collection of values returned by getRepositoryWebhooks.