GoldengateConnectionAssignmentProperties constructor

GoldengateConnectionAssignmentProperties({
  1. String? alias,
  2. String? goldengateConnection,
  3. String? goldengateDeployment,
  4. String? ocid,
  5. String? state,
})

Implementation

GoldengateConnectionAssignmentProperties({
  this.alias,
  this.goldengateConnection,
  this.goldengateDeployment,
  this.ocid,
  this.state,
});