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