binaryMediaTypes

@JvmName(name = "xvfmctrhuudxijhc")
suspend fun binaryMediaTypes(value: Output<List<String>>)
@JvmName(name = "jutplywduewyqthn")
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 = "vqlhjjcqnecqxgbn")
suspend fun binaryMediaTypes(vararg values: Output<String>)


@JvmName(name = "oxiamowxnxugauhh")
suspend fun binaryMediaTypes(values: List<Output<String>>)
@JvmName(name = "wrkavojyvxtuwnhw")
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.