responseTemplates property

Map<String, String>? responseTemplates
final

The collection of response templates for the integration response as a string-to-string map of key-value pairs. 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;