binaryMediaTypes

@JvmName(name = "iatlqyjdvkmhnnxm")
suspend fun binaryMediaTypes(value: Output<List<String>>)
@JvmName(name = "ywwnuhqrwjngnurr")
suspend fun binaryMediaTypes(value: List<String>?)

Parameters

value

The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads.


@JvmName(name = "yekemgvnvyoplkqo")
suspend fun binaryMediaTypes(vararg values: Output<String>)


@JvmName(name = "xktdsxgevbhbmoul")
suspend fun binaryMediaTypes(values: List<Output<String>>)
@JvmName(name = "boswxdtxrwsawxxy")
suspend fun binaryMediaTypes(vararg values: String)

Parameters

values

The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads.