GoldengateDeploymentType constructor

GoldengateDeploymentType({
  1. String? category,
  2. List<String>? connectionTypes,
  3. String? defaultUsername,
  4. String? deploymentType,
  5. String? displayName,
  6. String? name,
  7. String? oggVersion,
  8. List<String>? sourceTechnologies,
  9. List<String>? supportedCapabilities,
  10. String? supportedTechnologiesUrl,
  11. List<String>? targetTechnologies,
})

Implementation

GoldengateDeploymentType({
  this.category,
  this.connectionTypes,
  this.defaultUsername,
  this.deploymentType,
  this.displayName,
  this.name,
  this.oggVersion,
  this.sourceTechnologies,
  this.supportedCapabilities,
  this.supportedTechnologiesUrl,
  this.targetTechnologies,
});