responseModels property

Map<String, String>? responseModels
final

Specifies the Model resources used for the response's content-type. Response models are represented as a key/value map, with a content-type as the key and a Model name as the value.

Implementation

final Map<String, String>? responseModels;