responseParameters

@JvmName(name = "nbtnytehcevcjnvr")
suspend fun responseParameters(value: Output<Map<String, String>>)
@JvmName(name = "peldfqqeuqraitwg")
suspend fun responseParameters(value: Map<String, String>?)

Parameters

value

Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.


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

Parameters

values

Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.