GoldengateConnection constructor

GoldengateConnection({
  1. String? createTime,
  2. String? entitlementId,
  3. String? gcpOracleZone,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? ociUrl,
  7. String? odbNetwork,
  8. String? odbSubnet,
  9. GoldengateConnectionProperties? properties,
})

Implementation

GoldengateConnection({
  this.createTime,
  this.entitlementId,
  this.gcpOracleZone,
  this.labels,
  this.name,
  this.ociUrl,
  this.odbNetwork,
  this.odbSubnet,
  this.properties,
});