TestGoldengateConnectionAssignmentResponse constructor

TestGoldengateConnectionAssignmentResponse({
  1. TestConnectionAssignmentError? error,
  2. List<TestConnectionAssignmentError>? errors,
  3. String? resultType,
})

Implementation

TestGoldengateConnectionAssignmentResponse({
  this.error,
  this.errors,
  this.resultType,
});