IntegrationResponse constructor

IntegrationResponse({
  1. ContentHandlingStrategy? contentHandling,
  2. Map<String, String>? responseParameters,
  3. Map<String, String>? responseTemplates,
  4. String? selectionPattern,
  5. String? statusCode,
})

Implementation

IntegrationResponse({
  this.contentHandling,
  this.responseParameters,
  this.responseTemplates,
  this.selectionPattern,
  this.statusCode,
});