content property

Map<String, APIMediaType>? content
getter/setter pair

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;