properties

@JvmName(name = "dhelattasvnbflvk")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "nvnjmvvkqupjsqcu")
suspend fun properties(value: Map<String, String>?)

Parameters

value

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


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

Parameters

values

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