Integration constructor

Integration({
  1. List<String>? cacheKeyParameters,
  2. String? cacheNamespace,
  3. String? connectionId,
  4. ConnectionType? connectionType,
  5. ContentHandlingStrategy? contentHandling,
  6. String? credentials,
  7. String? httpMethod,
  8. Map<String, IntegrationResponse>? integrationResponses,
  9. String? passthroughBehavior,
  10. Map<String, String>? requestParameters,
  11. Map<String, String>? requestTemplates,
  12. int? timeoutInMillis,
  13. TlsConfig? tlsConfig,
  14. IntegrationType? type,
  15. String? uri,
})

Implementation

Integration({
  this.cacheKeyParameters,
  this.cacheNamespace,
  this.connectionId,
  this.connectionType,
  this.contentHandling,
  this.credentials,
  this.httpMethod,
  this.integrationResponses,
  this.passthroughBehavior,
  this.requestParameters,
  this.requestTemplates,
  this.timeoutInMillis,
  this.tlsConfig,
  this.type,
  this.uri,
});