GoldengateGroupToRolesMapping constructor

GoldengateGroupToRolesMapping({
  1. String? administratorGroupId,
  2. String? operatorGroupId,
  3. String? securityGroupId,
  4. String? userGroupId,
})

Implementation

GoldengateGroupToRolesMapping({
  this.administratorGroupId,
  this.operatorGroupId,
  this.securityGroupId,
  this.userGroupId,
});