TestGoldengateConnectionAssignmentResponse constructor
TestGoldengateConnectionAssignmentResponse({
- TestConnectionAssignmentError? error,
- List<
TestConnectionAssignmentError> ? errors, - String? resultType,
Implementation
TestGoldengateConnectionAssignmentResponse({
this.error,
this.errors,
this.resultType,
});