content property Null safety

Map<String, APIMediaType?>? content
read / write

A map containing the representations for the parameter.

The key is the media type and the value describes it. The map MUST only contain one entry.

Implementation

Map<String, APIMediaType?>? content;