WebhookResponse

data class WebhookResponse(val rotateWebhookSecret: Boolean? = null, val webhookId: String? = null, val webhookSecretUpdateTime: String? = null, val webhookUrl: String? = null)

Detail about the webhook object.

Constructors

Link copied to clipboard
constructor(rotateWebhookSecret: Boolean? = null, webhookId: String? = null, webhookSecretUpdateTime: String? = null, webhookUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A flag to instruct the backend service to rotate webhook secret.

Link copied to clipboard
val webhookId: String? = null

Unique identifier for the webhook.

Link copied to clipboard

Time when the webhook secret was updated.

Link copied to clipboard
val webhookUrl: String? = null

URL that gets invoked by the webhook.