responseModels

@JvmName(name = "nbmbnsribhulfotu")
suspend fun responseModels(value: Output<Map<String, String>>)
@JvmName(name = "iijonrfioponufiq")
suspend fun responseModels(value: Map<String, String>?)

Parameters

value

A map specifying the model resources used for the response's content type. Response models are represented as a key/value map, with a content type as the key and a Model name as the value.


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

Parameters

values

A map specifying the model resources used for the response's content type. Response models are represented as a key/value map, with a content type as the key and a Model name as the value.