GoldengateConnectionAssignment constructor

GoldengateConnectionAssignment({
  1. String? createTime,
  2. String? displayName,
  3. String? entitlementId,
  4. Map<String, String>? labels,
  5. String? name,
  6. GoldengateConnectionAssignmentProperties? properties,
})

Implementation

GoldengateConnectionAssignment({
  this.createTime,
  this.displayName,
  this.entitlementId,
  this.labels,
  this.name,
  this.properties,
});