ConnectorVersion constructor

ConnectorVersion({
  1. List<AuthConfigTemplate>? authConfigTemplates,
  2. bool? authOverrideEnabled,
  3. List<ConfigVariableTemplate>? configVariableTemplates,
  4. ConnectorInfraConfig? connectorInfraConfig,
  5. String? createTime,
  6. List<DestinationConfigTemplate>? destinationConfigTemplates,
  7. String? displayName,
  8. EgressControlConfig? egressControlConfig,
  9. EventingConfigTemplate? eventingConfigTemplate,
  10. Map<String, String>? labels,
  11. String? launchStage,
  12. String? name,
  13. String? releaseVersion,
  14. RoleGrant? roleGrant,
  15. List<RoleGrant>? roleGrants,
  16. SchemaRefreshConfig? schemaRefreshConfig,
  17. SslConfigTemplate? sslConfigTemplate,
  18. SupportedRuntimeFeatures? supportedRuntimeFeatures,
  19. List<String>? unsupportedConnectionTypes,
  20. 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,
});