Event Rule Webhook Parameter
data class EventRuleWebhookParameter(val method: String? = null, val protocol: String? = null, val url: String? = null, val webhookParametersId: String? = null)
Constructors
Link copied to clipboard
fun EventRuleWebhookParameter(method: String? = null, protocol: String? = null, url: String? = null, webhookParametersId: String? = null)