binaryMediaTypes

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


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