GetRepositoryWebhooksResult

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
constructor(id: String, repository: String, webhooks: List<GetRepositoryWebhooksWebhook>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

An Array of GitHub Webhooks. Each webhook block consists of the fields documented below.