ConnectorVersion constructor

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

Implementation

ConnectorVersion({
  this.authConfigTemplates,
  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.sslConfigTemplate,
  this.supportedRuntimeFeatures,
  this.unsupportedConnectionTypes,
  this.updateTime,
});