GetRepositoryWebhooksWebhook

data class GetRepositoryWebhooksWebhook(val active: Boolean, val id: Int, val name: String, val type: String, val url: String)

Constructors

Link copied to clipboard
constructor(active: Boolean, id: Int, name: String, type: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

true if the webhook is active.

Link copied to clipboard
val id: Int

the ID of the webhook.

Link copied to clipboard

the name of the webhook.

Link copied to clipboard

the type of the webhook.

Link copied to clipboard
val url: String

the url of the webhook.