Integration constructor
      
      Integration({ 
    
    
- List<String> ? cacheKeyParameters,
- String? cacheNamespace,
- String? connectionId,
- ConnectionType? connectionType,
- ContentHandlingStrategy? contentHandling,
- String? credentials,
- String? httpMethod,
- Map<String, IntegrationResponse> ? integrationResponses,
- String? passthroughBehavior,
- Map<String, String> ? requestParameters,
- Map<String, String> ? requestTemplates,
- int? timeoutInMillis,
- TlsConfig? tlsConfig,
- IntegrationType? type,
- 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,
});