Webhook Response
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
fun WebhookResponse(rotateWebhookSecret: Boolean? = null, webhookId: String? = null, webhookSecretUpdateTime: String? = null, webhookUrl: String? = null)