responseTemplates property

Map<String, String>? responseTemplates
final

Specifies the templates used to transform the integration response body. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.

Implementation

final Map<String, String>? responseTemplates;