responseModels

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

Parameters

value

Specifies 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 = "jrdhbdbjwsnstxxd")
fun responseModels(vararg values: Pair<String, String>)

Parameters

values

Specifies 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.