AzureDevOpsWebhookResponse

data class AzureDevOpsWebhookResponse(val eventType: String? = null, val webhookType: String)

Webhook details specific for Azure DevOps

Constructors

Link copied to clipboard
constructor(eventType: String? = null, webhookType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eventType: String? = null

Send callback on a specified notification event

Link copied to clipboard

Enum to determine the webhook callback service type. Expected value is 'AzureDevOps'.