Connection constructor
Connection({
- AuthConfig? authConfig,
- BillingConfig? billingConfig,
- List<
ConfigVariable> ? configVariables, - String? connectionRevision,
- String? connectorVersion,
- ConnectorVersionInfraConfig? connectorVersionInfraConfig,
- String? connectorVersionLaunchStage,
- String? createTime,
- String? description,
- List<
DestinationConfig> ? destinationConfigs, - String? envoyImageLocation,
- EventingConfig? eventingConfig,
- String? eventingEnablementType,
- EventingRuntimeData? eventingRuntimeData,
- String? imageLocation,
- bool? isTrustedTester,
- Map<
String, String> ? labels, - LockConfig? lockConfig,
- ConnectorsLogConfig? logConfig,
- String? name,
- NodeConfig? nodeConfig,
- String? serviceAccount,
- String? serviceDirectory,
- SslConfig? sslConfig,
- ConnectionStatus? status,
- String? subscriptionType,
- bool? suspended,
- String? updateTime,
Implementation
Connection({
this.authConfig,
this.billingConfig,
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,
});