requestTemplates

@JvmName(name = "fjlseijapmkxlokr")
suspend fun requestTemplates(value: Output<Map<String, String>>)
@JvmName(name = "gtjnhmgxrdyauwqi")
suspend fun requestTemplates(value: Map<String, String>?)

Parameters

value

A map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.


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

Parameters

values

A map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.