Connection constructor

Connection({
  1. AuthConfig? authConfig,
  2. List<ConfigVariable>? configVariables,
  3. String? connectionRevision,
  4. String? connectorVersion,
  5. ConnectorVersionInfraConfig? connectorVersionInfraConfig,
  6. String? connectorVersionLaunchStage,
  7. String? createTime,
  8. String? description,
  9. List<DestinationConfig>? destinationConfigs,
  10. String? envoyImageLocation,
  11. EventingConfig? eventingConfig,
  12. String? eventingEnablementType,
  13. EventingRuntimeData? eventingRuntimeData,
  14. String? imageLocation,
  15. bool? isTrustedTester,
  16. Map<String, String>? labels,
  17. LockConfig? lockConfig,
  18. ConnectorsLogConfig? logConfig,
  19. String? name,
  20. NodeConfig? nodeConfig,
  21. String? serviceAccount,
  22. String? serviceDirectory,
  23. SslConfig? sslConfig,
  24. ConnectionStatus? status,
  25. String? subscriptionType,
  26. bool? suspended,
  27. String? updateTime,
})

Implementation

Connection({
  this.authConfig,
  this.configVariables,
  this.connectionRevision,
  this.connectorVersion,
  this.connectorVersionInfraConfig,
  this.connectorVersionLaunchStage,
  this.createTime,
  this.description,
  this.destinationConfigs,
  this.envoyImageLocation,
  this.eventingConfig,
  this.eventingEnablementType,
  this.eventingRuntimeData,
  this.imageLocation,
  this.isTrustedTester,
  this.labels,
  this.lockConfig,
  this.logConfig,
  this.name,
  this.nodeConfig,
  this.serviceAccount,
  this.serviceDirectory,
  this.sslConfig,
  this.status,
  this.subscriptionType,
  this.suspended,
  this.updateTime,
});