requestTemplates

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

Parameters

value

Represents 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. The content type value is the key in this map, and the template (as a String) is the value.


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

Parameters

values

Represents 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. The content type value is the key in this map, and the template (as a String) is the value.