GoldengateConnectionType constructor

GoldengateConnectionType({
  1. String? connectionType,
  2. String? name,
  3. List<String>? technologyTypes,
})

Implementation

GoldengateConnectionType({
  this.connectionType,
  this.name,
  this.technologyTypes,
});