requestHeaders

@JvmName(name = "cpeiqfvqhauufybd")
suspend fun requestHeaders(value: Output<Map<String, String>>)
@JvmName(name = "noxlsbrhvbnhxjrt")
suspend fun requestHeaders(value: Map<String, String>?)

Parameters

value

The HTTP request headers to send together with webhook requests.


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

Parameters

values

The HTTP request headers to send together with webhook requests.