binaryMediaTypes property

List<String>? binaryMediaTypes
final

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

Implementation

final List<String>? binaryMediaTypes;