EventRuleWebhookParameter

data class EventRuleWebhookParameter(val method: String? = null, val protocol: String? = null, val url: String? = null, val webhookParametersId: String? = null)

Constructors

Link copied to clipboard
constructor(method: String? = null, protocol: String? = null, url: String? = null, webhookParametersId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val method: String? = null

The HTTP request method.

Link copied to clipboard
val protocol: String? = null

The name of the protocol.

Link copied to clipboard
val url: String? = null

The callback URL.

Link copied to clipboard

The ID of the recipient that receives alert notifications.