webhookProperties

@JvmName(name = "twgdhqmsofivddrt")
suspend fun webhookProperties(value: Output<Map<String, String>>)
@JvmName(name = "cuexvxauhydiltas")
suspend fun webhookProperties(value: Map<String, String>?)

Parameters

value

The map of custom string properties to include with the post operation. These data are appended to the webhook payload.


@JvmName(name = "aygyejnjntdblrmo")
fun webhookProperties(vararg values: Pair<String, String>)

Parameters

values

The map of custom string properties to include with the post operation. These data are appended to the webhook payload.