ConnectorVersion constructor
ConnectorVersion({
- List<
AuthConfigTemplate> ? authConfigTemplates, - bool? authOverrideEnabled,
- List<
ConfigVariableTemplate> ? configVariableTemplates, - ConnectorInfraConfig? connectorInfraConfig,
- String? createTime,
- List<
DestinationConfigTemplate> ? destinationConfigTemplates, - String? displayName,
- EgressControlConfig? egressControlConfig,
- EventingConfigTemplate? eventingConfigTemplate,
- Map<
String, String> ? labels, - String? launchStage,
- String? name,
- String? releaseVersion,
- RoleGrant? roleGrant,
- List<
RoleGrant> ? roleGrants, - SchemaRefreshConfig? schemaRefreshConfig,
- SslConfigTemplate? sslConfigTemplate,
- SupportedRuntimeFeatures? supportedRuntimeFeatures,
- List<
String> ? unsupportedConnectionTypes, - String? updateTime,
Implementation
ConnectorVersion({
this.authConfigTemplates,
this.authOverrideEnabled,
this.configVariableTemplates,
this.connectorInfraConfig,
this.createTime,
this.destinationConfigTemplates,
this.displayName,
this.egressControlConfig,
this.eventingConfigTemplate,
this.labels,
this.launchStage,
this.name,
this.releaseVersion,
this.roleGrant,
this.roleGrants,
this.schemaRefreshConfig,
this.sslConfigTemplate,
this.supportedRuntimeFeatures,
this.unsupportedConnectionTypes,
this.updateTime,
});