GenericWebhook

Generic webhook configuration for services that support webhook notifications.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

API Key for API Key webhook authentication

Link copied to clipboard

The unique webhook identifier

Link copied to clipboard

The webhook secret for authentication

Link copied to clipboard

The webhook authentication type

Link copied to clipboard

The webhook URL endpoint

Functions

Link copied to clipboard
inline fun copy(block: GenericWebhook.Builder.() -> Unit = {}): GenericWebhook
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String