contentHandling

@JvmName(name = "vucjdjqnabomqrfu")
suspend fun contentHandling(value: Output<String>)
@JvmName(name = "hcrysuwdyvdmlimc")
suspend fun contentHandling(value: String?)

Parameters

value

How to handle request payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT. If this property is not defined, the response payload will be passed through from the integration response to the method response without modification.